#D0DFA7

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

Shades of Reef #D0DFA7

Tints of Reef #D0DFA7

Color information

#D0DFA7 (or 0xD0DFA7) is unknown color: approx Reef. HEX triplet: D0, DF and A7. RGB value is (208,223,167). Sum of RGB (Red+Green+Blue) = 208+223+167=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 167 (65.62% from 255 or 27.93% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DFA7 is #2F2058. Grayscale: #D4D4D4. Windows color (decimal): -3088473 or 11001808. OLE color: 11001808.

HSL color Cylindrical-coordinate representation of color #D0DFA7: hue angle of 76.07º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0DFA7 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB208223167-
CMYK0.0700.250.13
HSL76.07º46.67%76.47%-
HSV(B)76.07º25.11%87.45%-
XYZ59.3868.9846.74-
YUV212.13102.53125.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.78%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 167 (65.62% from 255) = 27.93%
R=34.78%
G=37.29%
B=27.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082231670.0700.250.1376.0746.6776.47
HexD0DFA77019D4c2f4c
Octal32033724770311511457114
Binary110100001101111110100111111011001110110011001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DFA7; }

 p { color: rgb(208,223,167); }

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

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

 a { background-color: rgb(208,223,167); }

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

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

 span { border-color: rgb(208,223,167); }

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