#C9DDA6

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

Shades of Reef #C9DDA6

Tints of Reef #C9DDA6

Color information

#C9DDA6 (or 0xC9DDA6) is unknown color: approx Reef. HEX triplet: C9, DD and A6. RGB value is (201,221,166). Sum of RGB (Red+Green+Blue) = 201+221+166=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DDA6 is #362259. Grayscale: #D0D0D0. Windows color (decimal): -3547738 or 10935753. OLE color: 10935753.

HSL color Cylindrical-coordinate representation of color #C9DDA6: hue angle of 81.82º degrees, saturation: 0.45, 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 #C9DDA6 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB201221166-
CMYK0.0900.250.13
HSL81.82º44.72%75.88%-
HSV(B)81.82º24.89%86.67%-
XYZ56.8366.8845.99-
YUV208.75103.87122.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.18%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 166 (65.23% from 255) = 28.23%
R=34.18%
G=37.59%
B=28.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012211660.0900.250.1381.8244.7275.88
HexC9DDA69019D522d4c
Octal311335246110311512255114
Binary1100100111011101101001101001011001110110100101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DDA6; }

 p { color: rgb(201,221,166); }

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

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

 a { background-color: rgb(201,221,166); }

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

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

 span { border-color: rgb(201,221,166); }

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