Html Css Color HEX #D0E3A8 Reef

📋 copy color: '#D0E3A8'

red 208 ◦ green 227 ◦ blue 168

#D0E3A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #D0E3A8

Tints of Reef #D0E3A8

RGB

 RED value IS 208 (81.64% from 255) = 34.49%

 GREEN value IS 227 (89.06% from 255) = 37.65%

 BLUE value IS 168 (66.02% from 255) = 27.86%

R = 34.49%
G = 37.65%
B = 27.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D0E3A8 (or 0xD0E3A8) is known color: Reef. HEX triplet: D0, E3 and A8. RGB value is (208,227,168). Sum of RGB (Red+Green+Blue) = 208+227+168=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E3A8 is #2F1C57. Grayscale: #D6D6D6. Windows color (decimal): -3087448 or 11068368. OLE color: 11068368.

HSL color Cylindrical-coordinate representation of color #D0E3A8: hue angle of 79.32º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0E3A8 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 227 168 -
CMYK 0.08 0 0.26 0.11
HSL 79.32º 0.51% 0.77% -
HSV(B) 79.32º 0.26% 0.89% -
XYZ 60.55 71.18 47.59 -
YUV 214.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 208 227 168 0.08 0 0.26 0.11 79.32 0.51 0.77
Hex D0 E3 A8 8 0 1A B 4F 33 4D
Octal 320 343 250 10 0 32 13 117 63 115
Binary 11010000 11100011 10101000 1000 0 11010 1011 1001111 110011 1001101

Color Harmonies of #D0E3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E3A8

Black with #D0E3A8

Text Example


Text Example

White with #D0E3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E3A8; }

 p { color: rgb(208,227,168); }

 H1.HeaderClassName
 {
   color: #D0E3A8;
 }
 .AnyTagClassName
 {
   color: #D0E3A8;
 }
</style>

background-color css

<style>
 a { background-color: #D0E3A8; }

 a { background-color: rgb(208,227,168); }

 div.DivClassName
 {
   background-color: #D0E3A8;
 }
 .BgClassName
 {
   background-color: #D0E3A8;
 }
</style>

border-color css

<style>
 span { border-color: #D0E3A8; }

 span { border-color: rgb(208,227,168); }

 td.TdClassName
 {
   border-color: #D0E3A8;
 }
 .TagClassName
 {
   border-color: #D0E3A8;
 }
</style>