#CCDDA7

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

Shades of Reef #CCDDA7

Tints of Reef #CCDDA7

Color information

#CCDDA7 (or 0xCCDDA7) is unknown color: approx Reef. HEX triplet: CC, DD and A7. RGB value is (204,221,167). Sum of RGB (Red+Green+Blue) = 204+221+167=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 167 (65.62% from 255 or 28.21% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDA7 is #332258. Grayscale: #D1D1D1. Windows color (decimal): -3351129 or 11001292. OLE color: 11001292.

HSL color Cylindrical-coordinate representation of color #CCDDA7: hue angle of 78.89º 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 #CCDDA7 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB204221167-
CMYK0.0800.240.13
HSL78.89º44.26%76.08%-
HSV(B)78.89º24.43%86.67%-
XYZ57.7367.3446.51-
YUV209.76103.87123.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 167 (65.62% from 255) = 28.21%
R=34.46%
G=37.33%
B=28.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211670.0800.240.1378.8944.2676.08
HexCCDDA78018D4f2c4c
Octal314335247100301511754114
Binary1100110011011101101001111000011000110110011111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDA7; }

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

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

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

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

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

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

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

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