Html Css Color HEX #D4ECAF Reef

📋 copy color: '#D4ECAF'

red 212 ◦ green 236 ◦ blue 175

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

Shades of Reef #D4ECAF

Tints of Reef #D4ECAF

RGB

 RED value IS 212 (83.2% from 255) = 34.03%

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

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

R = 34.03%
G = 37.88%
B = 28.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#D4ECAF (or 0xD4ECAF) is known color: Reef. HEX triplet: D4, EC and AF. RGB value is (212,236,175). Sum of RGB (Red+Green+Blue) = 212+236+175=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #D4ECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4ECAF is #2B1350. Grayscale: #DEDEDE. Windows color (decimal): -2822993 or 11529428. OLE color: 11529428.

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

Color convert

RGB 212 236 175 -
CMYK 0.10 0 0.26 0.07
HSL 83.61º 0.62% 0.81% -
HSV(B) 83.61º 0.26% 0.93% -
XYZ 64.88 77.08 52.02 -
YUV 221.87 101.55 120.96 -
System Red Green Blue C M Y K H S L
Decimal 212 236 175 0.10 0 0.26 0.07 83.61 0.62 0.81
Hex D4 EC AF A 0 1A 7 54 3E 51
Octal 324 354 257 12 0 32 7 124 76 121
Binary 11010100 11101100 10101111 1010 0 11010 111 1010100 111110 1010001

Color Harmonies of #D4ECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ECAF

Black with #D4ECAF

Text Example


Text Example

White with #D4ECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ECAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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