Html Css Color HEX #D6E4B0 Reef

📋 copy color: '#D6E4B0'

red 214 ◦ green 228 ◦ blue 176

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

Shades of Reef #D6E4B0

Tints of Reef #D6E4B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.48%

R = 34.63%
G = 36.89%
B = 28.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#D6E4B0 (or 0xD6E4B0) is known color: Reef. HEX triplet: D6, E4 and B0. RGB value is (214,228,176). Sum of RGB (Red+Green+Blue) = 214+228+176=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E4B0 is #291B4F. Grayscale: #DADADA. Windows color (decimal): -2693968 or 11592918. OLE color: 11592918.

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

Color convert

RGB 214 228 176 -
CMYK 0.06 0 0.23 0.11
HSL 76.15º 0.49% 0.79% -
HSV(B) 76.15º 0.23% 0.89% -
XYZ 63.31 72.92 51.81 -
YUV 217.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 214 228 176 0.06 0 0.23 0.11 76.15 0.49 0.79
Hex D6 E4 B0 6 0 17 B 4C 31 4F
Octal 326 344 260 6 0 27 13 114 61 117
Binary 11010110 11100100 10110000 110 0 10111 1011 1001100 110001 1001111

Color Harmonies of #D6E4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E4B0

Black with #D6E4B0

Text Example


Text Example

White with #D6E4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E4B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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