#CCDB97

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

Shades of Reef #CCDB97

Tints of Reef #CCDB97

Color information

#CCDB97 (or 0xCCDB97) is unknown color: approx Reef. HEX triplet: CC, DB and 97. RGB value is (204,219,151). Sum of RGB (Red+Green+Blue) = 204+219+151=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 151 (59.38% from 255 or 26.31% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB97 is #332468. Grayscale: #CFCFCF. Windows color (decimal): -3351657 or 9952204. OLE color: 9952204.

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

Color convert

RGB204219151-
CMYK0.0700.310.14
HSL73.24º48.57%72.55%-
HSV(B)73.24º31.05%85.88%-
XYZ55.8265.7339.02-
YUV206.7696.53126.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 219 (85.94% from 255) = 38.15%
BLUE value IS 151 (59.38% from 255) = 26.31%
R=35.54%
G=38.15%
B=26.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191510.0700.310.1473.2448.5772.55
HexCCDB97701FE493149
Octal31433322770371611161111
Binary110011001101101110010111111011111111010010011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDB97; }

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

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

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

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

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

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

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

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