#CDDCA7

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

Shades of Reef #CDDCA7

Tints of Reef #CDDCA7

Color information

#CDDCA7 (or 0xCDDCA7) is unknown color: approx Reef. HEX triplet: CD, DC and A7. RGB value is (205,220,167). Sum of RGB (Red+Green+Blue) = 205+220+167=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 167 (65.62% from 255 or 28.21% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDCA7 is #322358. Grayscale: #D1D1D1. Windows color (decimal): -3285849 or 11001037. OLE color: 11001037.

HSL color Cylindrical-coordinate representation of color #CDDCA7: hue angle of 76.98º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDDCA7 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB205220167-
CMYK0.0700.240.14
HSL76.98º43.09%75.88%-
HSV(B)76.98º24.09%86.27%-
XYZ57.7566.9646.44-
YUV209.47104.03124.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 167 (65.62% from 255) = 28.21%
R=34.63%
G=37.16%
B=28.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201670.0700.240.1476.9843.0975.88
HexCDDCA77018E4d2b4c
Octal31533424770301611553114
Binary110011011101110010100111111011000111010011011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCA7; }

 p { color: rgb(205,220,167); }

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

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

 a { background-color: rgb(205,220,167); }

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

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

 span { border-color: rgb(205,220,167); }

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