Html Css Color HEX #D6F2AE Reef

📋 copy color: '#D6F2AE'

red 214 ◦ green 242 ◦ blue 174

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

Shades of Reef #D6F2AE

Tints of Reef #D6F2AE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.41%

 BLUE value IS 174 (68.36% from 255) = 27.62%

R = 33.97%
G = 38.41%
B = 27.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#D6F2AE (or 0xD6F2AE) is known color: Reef. HEX triplet: D6, F2 and AE. RGB value is (214,242,174). Sum of RGB (Red+Green+Blue) = 214+242+174=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F2AE is #290D51. Grayscale: #E2E2E2. Windows color (decimal): -2690386 or 11465430. OLE color: 11465430.

HSL color Cylindrical-coordinate representation of color #D6F2AE: hue angle of 84.71º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6F2AE is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 174 -
CMYK 0.12 0 0.28 0.05
HSL 84.71º 0.72% 0.82% -
HSV(B) 84.71º 0.28% 0.95% -
XYZ 67.12 80.86 52.11 -
YUV 225.88 98.72 119.53 -
System Red Green Blue C M Y K H S L
Decimal 214 242 174 0.12 0 0.28 0.05 84.71 0.72 0.82
Hex D6 F2 AE C 0 1C 5 55 48 52
Octal 326 362 256 14 0 34 5 125 110 122
Binary 11010110 11110010 10101110 1100 0 11100 101 1010101 1001000 1010010

Color Harmonies of #D6F2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2AE

Black with #D6F2AE

Text Example


Text Example

White with #D6F2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2AE; }

 p { color: rgb(214,242,174); }

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

background-color css

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

 a { background-color: rgb(214,242,174); }

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

border-color css

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

 span { border-color: rgb(214,242,174); }

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