#CCDBA0

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

Shades of Reef #CCDBA0

Tints of Reef #CCDBA0

Color information

#CCDBA0 (or 0xCCDBA0) is unknown color: approx Reef. HEX triplet: CC, DB and A0. RGB value is (204,219,160). Sum of RGB (Red+Green+Blue) = 204+219+160=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBA0 is #33245F. Grayscale: #D0D0D0. Windows color (decimal): -3351648 or 10542028. OLE color: 10542028.

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

Color convert

RGB204219160-
CMYK0.0700.270.14
HSL75.25º45.04%74.31%-
HSV(B)75.25º26.94%85.88%-
XYZ56.5866.0443.02-
YUV207.79101.03125.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 219 (85.94% from 255) = 37.56%
BLUE value IS 160 (62.89% from 255) = 27.44%
R=34.99%
G=37.56%
B=27.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191600.0700.270.1475.2545.0474.31
HexCCDBA0701BE4b2d4a
Octal31433324070331611355112
Binary110011001101101110100000111011011111010010111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBA0; }

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

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

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

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

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

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

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

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