#D0E0B1

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

Shades of Reef #D0E0B1

Tints of Reef #D0E0B1

Color information

#D0E0B1 (or 0xD0E0B1) is unknown color: approx Reef. HEX triplet: D0, E0 and B1. RGB value is (208,224,177). Sum of RGB (Red+Green+Blue) = 208+224+177=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E0B1 is #2F1F4E. Grayscale: #D6D6D6. Windows color (decimal): -3088207 or 11657424. OLE color: 11657424.

HSL color Cylindrical-coordinate representation of color #D0E0B1: hue angle of 80.43º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0E0B1 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB208224177-
CMYK0.0700.210.12
HSL80.43º43.12%78.63%-
HSV(B)80.43º20.98%87.84%-
XYZ60.669.951.89-
YUV213.86107.2123.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.15%
GREEN value IS 224 (87.89% from 255) = 36.78%
BLUE value IS 177 (69.53% from 255) = 29.06%
R=34.15%
G=36.78%
B=29.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082241770.0700.210.1280.4343.1278.63
HexD0E0B17015C502b4f
Octal32034026170251412053117
Binary110100001110000010110001111010101110010100001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E0B1; }

 p { color: rgb(208,224,177); }

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

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

 a { background-color: rgb(208,224,177); }

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

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

 span { border-color: rgb(208,224,177); }

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