Html Css Color HEX #D1ECAF Reef

📋 copy color: '#D1ECAF'

red 209 ◦ green 236 ◦ blue 175

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

Shades of Reef #D1ECAF

Tints of Reef #D1ECAF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.06%

 BLUE value IS 175 (68.75% from 255) = 28.23%

R = 33.71%
G = 38.06%
B = 28.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#D1ECAF (or 0xD1ECAF) is known color: Reef. HEX triplet: D1, EC and AF. RGB value is (209,236,175). Sum of RGB (Red+Green+Blue) = 209+236+175=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1ECAF is #2E1350. Grayscale: #DDDDDD. Windows color (decimal): -3019601 or 11529425. OLE color: 11529425.

HSL color Cylindrical-coordinate representation of color #D1ECAF: hue angle of 86.56º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1ECAF is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 236 175 -
CMYK 0.11 0 0.26 0.07
HSL 86.56º 0.62% 0.81% -
HSV(B) 86.56º 0.26% 0.93% -
XYZ 64.03 76.64 51.98 -
YUV 220.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 209 236 175 0.11 0 0.26 0.07 86.56 0.62 0.81
Hex D1 EC AF B 0 1A 7 57 3E 51
Octal 321 354 257 13 0 32 7 127 76 121
Binary 11010001 11101100 10101111 1011 0 11010 111 1010111 111110 1010001

Color Harmonies of #D1ECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ECAF

Black with #D1ECAF

Text Example


Text Example

White with #D1ECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ECAF; }

 p { color: rgb(209,236,175); }

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

background-color css

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

 a { background-color: rgb(209,236,175); }

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

border-color css

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

 span { border-color: rgb(209,236,175); }

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