Html Css Color HEX #D6EEAF Reef

📋 copy color: '#D6EEAF'

red 214 ◦ green 238 ◦ blue 175

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

Shades of Reef #D6EEAF

Tints of Reef #D6EEAF

RGB

 RED value IS 214 (83.98% from 255) = 34.13%

 GREEN value IS 238 (93.36% from 255) = 37.96%

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

R = 34.13%
G = 37.96%
B = 27.91%

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

#D6EEAF (or 0xD6EEAF) is known color: Reef. HEX triplet: D6, EE and AF. RGB value is (214,238,175). Sum of RGB (Red+Green+Blue) = 214+238+175=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EEAF is #291150. Grayscale: #DFDFDF. Windows color (decimal): -2691409 or 11529942. OLE color: 11529942.

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

Color convert

RGB 214 238 175 -
CMYK 0.10 0 0.26 0.07
HSL 82.86º 0.65% 0.81% -
HSV(B) 82.86º 0.26% 0.93% -
XYZ 66.04 78.54 52.24 -
YUV 223.64 100.55 121.12 -
System Red Green Blue C M Y K H S L
Decimal 214 238 175 0.10 0 0.26 0.07 82.86 0.65 0.81
Hex D6 EE AF A 0 1A 7 53 41 51
Octal 326 356 257 12 0 32 7 123 101 121
Binary 11010110 11101110 10101111 1010 0 11010 111 1010011 1000001 1010001

Color Harmonies of #D6EEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EEAF

Black with #D6EEAF

Text Example


Text Example

White with #D6EEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EEAF; }

 p { color: rgb(214,238,175); }

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

background-color css

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

 a { background-color: rgb(214,238,175); }

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

border-color css

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

 span { border-color: rgb(214,238,175); }

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