Html Css Color HEX #D0EDAC Reef

📋 copy color: '#D0EDAC'

red 208 ◦ green 237 ◦ blue 172

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

Shades of Reef #D0EDAC

Tints of Reef #D0EDAC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.41%

 BLUE value IS 172 (67.58% from 255) = 27.88%

R = 33.71%
G = 38.41%
B = 27.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#D0EDAC (or 0xD0EDAC) is known color: Reef. HEX triplet: D0, ED and AC. RGB value is (208,237,172). Sum of RGB (Red+Green+Blue) = 208+237+172=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EDAC is #2F1253. Grayscale: #DDDDDD. Windows color (decimal): -3084884 or 11333072. OLE color: 11333072.

HSL color Cylindrical-coordinate representation of color #D0EDAC: hue angle of 86.77º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0EDAC is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 237 172 -
CMYK 0.12 0 0.27 0.07
HSL 86.77º 0.64% 0.8% -
HSV(B) 86.77º 0.27% 0.93% -
XYZ 63.74 76.96 50.52 -
YUV 220.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 208 237 172 0.12 0 0.27 0.07 86.77 0.64 0.8
Hex D0 ED AC C 0 1B 7 57 40 50
Octal 320 355 254 14 0 33 7 127 100 120
Binary 11010000 11101101 10101100 1100 0 11011 111 1010111 1000000 1010000

Color Harmonies of #D0EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDAC

Black with #D0EDAC

Text Example


Text Example

White with #D0EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDAC; }

 p { color: rgb(208,237,172); }

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

background-color css

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

 a { background-color: rgb(208,237,172); }

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

border-color css

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

 span { border-color: rgb(208,237,172); }

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