#CCDEB1

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

Shades of Reef #CCDEB1

Tints of Reef #CCDEB1

Color information

#CCDEB1 (or 0xCCDEB1) is unknown color: approx Reef. HEX triplet: CC, DE and B1. RGB value is (204,222,177). Sum of RGB (Red+Green+Blue) = 204+222+177=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDEB1 is #33214E. Grayscale: #D3D3D3. Windows color (decimal): -3350863 or 11656908. OLE color: 11656908.

HSL color Cylindrical-coordinate representation of color #CCDEB1: hue angle of 84º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDEB1 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB204222177-
CMYK0.0800.200.13
HSL84º40.54%78.24%-
HSV(B)84º20.27%87.06%-
XYZ58.9668.2551.66-
YUV211.49108.54122.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 177 (69.53% from 255) = 29.35%
R=33.83%
G=36.82%
B=29.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042221770.0800.200.138440.5478.24
HexCCDEB18014D54294e
Octal314336261100241512451116
Binary1100110011011110101100011000010100110110101001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEB1; }

 p { color: rgb(204,222,177); }

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

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

 a { background-color: rgb(204,222,177); }

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

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

 span { border-color: rgb(204,222,177); }

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