Html Css Color HEX #D6E4A8 Reef

📋 copy color: '#D6E4A8'

red 214 ◦ green 228 ◦ blue 168

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

Shades of Reef #D6E4A8

Tints of Reef #D6E4A8

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.38%

 BLUE value IS 168 (66.02% from 255) = 27.54%

R = 35.08%
G = 37.38%
B = 27.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#D6E4A8 (or 0xD6E4A8) is known color: Reef. HEX triplet: D6, E4 and A8. RGB value is (214,228,168). Sum of RGB (Red+Green+Blue) = 214+228+168=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E4A8 is #291B57. Grayscale: #D9D9D9. Windows color (decimal): -2693976 or 11068630. OLE color: 11068630.

HSL color Cylindrical-coordinate representation of color #D6E4A8: hue angle of 74º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6E4A8 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 228 168 -
CMYK 0.06 0 0.26 0.11
HSL 74º 0.53% 0.78% -
HSV(B) 74º 0.26% 0.89% -
XYZ 62.54 72.61 47.76 -
YUV 216.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 214 228 168 0.06 0 0.26 0.11 74 0.53 0.78
Hex D6 E4 A8 6 0 1A B 4A 35 4E
Octal 326 344 250 6 0 32 13 112 65 116
Binary 11010110 11100100 10101000 110 0 11010 1011 1001010 110101 1001110

Color Harmonies of #D6E4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E4A8

Black with #D6E4A8

Text Example


Text Example

White with #D6E4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E4A8; }

 p { color: rgb(214,228,168); }

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

background-color css

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

 a { background-color: rgb(214,228,168); }

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

border-color css

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

 span { border-color: rgb(214,228,168); }

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