#CCDBA2

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

Shades of Reef #CCDBA2

Tints of Reef #CCDBA2

Color information

#CCDBA2 (or 0xCCDBA2) is unknown color: approx Reef. HEX triplet: CC, DB and A2. RGB value is (204,219,162). Sum of RGB (Red+Green+Blue) = 204+219+162=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBA2 is #33245D. Grayscale: #D0D0D0. Windows color (decimal): -3351646 or 10673100. OLE color: 10673100.

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

Color convert

RGB204219162-
CMYK0.0700.260.14
HSL75.79º44.19%74.71%-
HSV(B)75.79º26.03%85.88%-
XYZ56.7566.1143.95-
YUV208.02102.03125.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 162 (63.67% from 255) = 27.69%
R=34.87%
G=37.44%
B=27.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191620.0700.260.1475.7944.1974.71
HexCCDBA2701AE4c2c4b
Octal31433324270321611454113
Binary110011001101101110100010111011010111010011001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBA2; }

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

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

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

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

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

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

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

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