#C9DDA3

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

Shades of Reef #C9DDA3

Tints of Reef #C9DDA3

Color information

#C9DDA3 (or 0xC9DDA3) is unknown color: approx Reef. HEX triplet: C9, DD and A3. RGB value is (201,221,163). Sum of RGB (Red+Green+Blue) = 201+221+163=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 163 (64.06% from 255 or 27.86% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DDA3 is #36225C. Grayscale: #D0D0D0. Windows color (decimal): -3547741 or 10739145. OLE color: 10739145.

HSL color Cylindrical-coordinate representation of color #C9DDA3: hue angle of 80.69º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9DDA3 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB201221163-
CMYK0.0900.260.13
HSL80.69º46.03%75.29%-
HSV(B)80.69º26.24%86.67%-
XYZ56.5566.7744.56-
YUV208.41102.37122.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.36%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 163 (64.06% from 255) = 27.86%
R=34.36%
G=37.78%
B=27.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012211630.0900.260.1380.6946.0375.29
HexC9DDA3901AD512e4b
Octal311335243110321512156113
Binary1100100111011101101000111001011010110110100011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DDA3; }

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

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

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

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

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

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

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

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