#CCE2B1

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

Shades of Reef #CCE2B1

Tints of Reef #CCE2B1

Color information

#CCE2B1 (or 0xCCE2B1) is unknown color: approx Reef. HEX triplet: CC, E2 and B1. RGB value is (204,226,177). Sum of RGB (Red+Green+Blue) = 204+226+177=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE2B1 is #331D4E. Grayscale: #D6D6D6. Windows color (decimal): -3349839 or 11657932. OLE color: 11657932.

HSL color Cylindrical-coordinate representation of color #CCE2B1: hue angle of 86.94º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCE2B1 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB204226177-
CMYK0.1000.220.11
HSL86.94º45.79%79.02%-
HSV(B)86.94º21.68%88.63%-
XYZ60.0370.452.02-
YUV213.84107.21120.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 226 (88.67% from 255) = 37.23%
BLUE value IS 177 (69.53% from 255) = 29.16%
R=33.61%
G=37.23%
B=29.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042261770.1000.220.1186.9445.7979.02
HexCCE2B1A016B572e4f
Octal314342261120261312756117
Binary1100110011100010101100011010010110101110101111011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2B1; }

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

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

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

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

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

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

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

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