#CCDDA8

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

Shades of Reef #CCDDA8

Tints of Reef #CCDDA8

Color information

#CCDDA8 (or 0xCCDDA8) is unknown color: approx Reef. HEX triplet: CC, DD and A8. RGB value is (204,221,168). Sum of RGB (Red+Green+Blue) = 204+221+168=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDA8 is #332257. Grayscale: #D2D2D2. Windows color (decimal): -3351128 or 11066828. OLE color: 11066828.

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

Color convert

RGB204221168-
CMYK0.0800.240.13
HSL79.25º43.8%76.27%-
HSV(B)79.25º23.98%86.67%-
XYZ57.8367.3847-
YUV209.88104.37123.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 168 (66.02% from 255) = 28.33%
R=34.40%
G=37.27%
B=28.33%

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
Decimal2042211680.0800.240.1379.2543.876.27
HexCCDDA88018D4f2c4c
Octal314335250100301511754114
Binary1100110011011101101010001000011000110110011111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDA8; }

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

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

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

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

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

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

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

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