#D5E4B3

Color #D5E4B3 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D5E4B3

Tints of Reef #D5E4B3

Color information

#D5E4B3 (or 0xD5E4B3) is unknown color: approx Reef. HEX triplet: D5, E4 and B3. RGB value is (213,228,179). Sum of RGB (Red+Green+Blue) = 213+228+179=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 179 (70.31% from 255 or 28.87% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E4B3 is #2A1B4C. Grayscale: #DADADA. Windows color (decimal): -2759501 or 11789525. OLE color: 11789525.

HSL color Cylindrical-coordinate representation of color #D5E4B3: hue angle of 78.37º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5E4B3 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB213228179-
CMYK0.0700.210.11
HSL78.37º47.57%79.8%-
HSV(B)78.37º21.49%89.41%-
XYZ63.3272.8953.38-
YUV217.93106.03124.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.35%
GREEN value IS 228 (89.45% from 255) = 36.77%
BLUE value IS 179 (70.31% from 255) = 28.87%
R=34.35%
G=36.77%
B=28.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2132281790.0700.210.1178.3747.5779.8
HexD5E4B37015B4e3050
Octal32534426370251311660120
Binary110101011110010010110011111010101101110011101100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E4B3; }

 p { color: rgb(213,228,179); }

 H1.HeaderClassName
 {
   color: #D5E4B3;
 }
 .AnyTagClassName
 {
   color: #D5E4B3;
 }
</style>
background-color css

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

 a { background-color: rgb(213,228,179); }

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

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

 span { border-color: rgb(213,228,179); }

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