#CCE0B1

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

Shades of Reef #CCE0B1

Tints of Reef #CCE0B1

Color information

#CCE0B1 (or 0xCCE0B1) is unknown color: approx Reef. HEX triplet: CC, E0 and B1. RGB value is (204,224,177). Sum of RGB (Red+Green+Blue) = 204+224+177=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE0B1 is #331F4E. Grayscale: #D4D4D4. Windows color (decimal): -3350351 or 11657420. OLE color: 11657420.

HSL color Cylindrical-coordinate representation of color #CCE0B1: hue angle of 85.53º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCE0B1 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB204224177-
CMYK0.0900.210.12
HSL85.53º43.12%78.63%-
HSV(B)85.53º20.98%87.84%-
XYZ59.4969.3251.84-
YUV212.66107.87121.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 224 (87.89% from 255) = 37.02%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=33.72%
G=37.02%
B=29.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241770.0900.210.1285.5343.1278.63
HexCCE0B19015C562b4f
Octal314340261110251412653117
Binary1100110011100000101100011001010101110010101101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0B1; }

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

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

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

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

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

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

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

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