Html Css Color HEX #D1EDAC Reef

📋 copy color: '#D1EDAC'

red 209 ◦ green 237 ◦ blue 172

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

Shades of Reef #D1EDAC

Tints of Reef #D1EDAC

RGB

 RED value IS 209 (82.03% from 255) = 33.82%

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

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

R = 33.82%
G = 38.35%
B = 27.83%

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

#D1EDAC (or 0xD1EDAC) is known color: Reef. HEX triplet: D1, ED and AC. RGB value is (209,237,172). Sum of RGB (Red+Green+Blue) = 209+237+172=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EDAC is #2E1253. Grayscale: #DDDDDD. Windows color (decimal): -3019348 or 11333073. OLE color: 11333073.

HSL color Cylindrical-coordinate representation of color #D1EDAC: hue angle of 85.85º 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 #D1EDAC is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 172 -
CMYK 0.12 0 0.27 0.07
HSL 85.85º 0.64% 0.8% -
HSV(B) 85.85º 0.27% 0.93% -
XYZ 64.03 77.1 50.54 -
YUV 221.22 100.22 119.29 -
System Red Green Blue C M Y K H S L
Decimal 209 237 172 0.12 0 0.27 0.07 85.85 0.64 0.8
Hex D1 ED AC C 0 1B 7 56 40 50
Octal 321 355 254 14 0 33 7 126 100 120
Binary 11010001 11101101 10101100 1100 0 11011 111 1010110 1000000 1010000

Color Harmonies of #D1EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDAC

Black with #D1EDAC

Text Example


Text Example

White with #D1EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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