#CDDDA7

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

Shades of Reef #CDDDA7

Tints of Reef #CDDDA7

Color information

#CDDDA7 (or 0xCDDDA7) is unknown color: approx Reef. HEX triplet: CD, DD and A7. RGB value is (205,221,167). Sum of RGB (Red+Green+Blue) = 205+221+167=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDA7 is #322258. Grayscale: #D2D2D2. Windows color (decimal): -3285593 or 11001293. OLE color: 11001293.

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

Color convert

RGB205221167-
CMYK0.0700.240.13
HSL77.78º44.26%76.08%-
HSV(B)77.78º24.43%86.67%-
XYZ58.0167.4846.53-
YUV210.06103.7124.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 167 (65.62% from 255) = 28.16%
R=34.57%
G=37.27%
B=28.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211670.0700.240.1377.7844.2676.08
HexCDDDA77018D4e2c4c
Octal31533524770301511654114
Binary110011011101110110100111111011000110110011101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDA7; }

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

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

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

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

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

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

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

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