#CCDBA8

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

Shades of Reef #CCDBA8

Tints of Reef #CCDBA8

Color information

#CCDBA8 (or 0xCCDBA8) is unknown color: approx Reef. HEX triplet: CC, DB and A8. RGB value is (204,219,168). Sum of RGB (Red+Green+Blue) = 204+219+168=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBA8 is #332457. Grayscale: #D0D0D0. Windows color (decimal): -3351640 or 11066316. OLE color: 11066316.

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

Color convert

RGB204219168-
CMYK0.0700.230.14
HSL77.65º41.46%75.88%-
HSV(B)77.65º23.29%85.88%-
XYZ57.366.3346.83-
YUV208.7105.03124.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 168 (66.02% from 255) = 28.43%
R=34.52%
G=37.06%
B=28.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191680.0700.230.1477.6541.4675.88
HexCCDBA87017E4e294c
Octal31433325070271611651114
Binary110011001101101110101000111010111111010011101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBA8; }

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

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

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

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

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

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

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

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