#CCDBA7

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

Shades of Reef #CCDBA7

Tints of Reef #CCDBA7

Color information

#CCDBA7 (or 0xCCDBA7) is unknown color: approx Reef. HEX triplet: CC, DB and A7. RGB value is (204,219,167). Sum of RGB (Red+Green+Blue) = 204+219+167=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 167 (65.62% from 255 or 28.31% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBA7 is #332458. Grayscale: #D0D0D0. Windows color (decimal): -3351641 or 11000780. OLE color: 11000780.

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

Color convert

RGB204219167-
CMYK0.0700.240.14
HSL77.31º41.94%75.69%-
HSV(B)77.31º23.74%85.88%-
XYZ57.2166.2946.34-
YUV208.59104.53124.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 219 (85.94% from 255) = 37.12%
BLUE value IS 167 (65.62% from 255) = 28.31%
R=34.58%
G=37.12%
B=28.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191670.0700.240.1477.3141.9475.69
HexCCDBA77018E4d2a4c
Octal31433324770301611552114
Binary110011001101101110100111111011000111010011011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBA7; }

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

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

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

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

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

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

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

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