#CCDB9F

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

Shades of Reef #CCDB9F

Tints of Reef #CCDB9F

Color information

#CCDB9F (or 0xCCDB9F) is unknown color: approx Reef. HEX triplet: CC, DB and 9F. RGB value is (204,219,159). Sum of RGB (Red+Green+Blue) = 204+219+159=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 159 (62.5% from 255 or 27.32% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB9F is #332460. Grayscale: #CFCFCF. Windows color (decimal): -3351649 or 10476492. OLE color: 10476492.

HSL color Cylindrical-coordinate representation of color #CCDB9F: hue angle of 75º 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 #CCDB9F is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB204219159-
CMYK0.0700.270.14
HSL75º45.45%74.12%-
HSV(B)75º27.4%85.88%-
XYZ56.496642.56-
YUV207.68100.53125.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 159 (62.5% from 255) = 27.32%
R=35.05%
G=37.63%
B=27.32%

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
Decimal2042191590.0700.270.147545.4574.12
HexCCDB9F701BE4b2d4a
Octal31433323770331611355112
Binary110011001101101110011111111011011111010010111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDB9F; }

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

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

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

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

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

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

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

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