#CCDEA3

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

Shades of Reef #CCDEA3

Tints of Reef #CCDEA3

Color information

#CCDEA3 (or 0xCCDEA3) is unknown color: approx Reef. HEX triplet: CC, DE and A3. RGB value is (204,222,163). Sum of RGB (Red+Green+Blue) = 204+222+163=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDEA3 is #33215C. Grayscale: #D2D2D2. Windows color (decimal): -3350877 or 10739404. OLE color: 10739404.

HSL color Cylindrical-coordinate representation of color #CCDEA3: hue angle of 78.31º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCDEA3 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB204222163-
CMYK0.0800.270.13
HSL78.31º47.2%75.49%-
HSV(B)78.31º26.58%87.06%-
XYZ57.6367.7244.68-
YUV209.89101.54123.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 222 (87.11% from 255) = 37.69%
BLUE value IS 163 (64.06% from 255) = 27.67%
R=34.63%
G=37.69%
B=27.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042221630.0800.270.1378.3147.275.49
HexCCDEA3801BD4e2f4b
Octal314336243100331511657113
Binary1100110011011110101000111000011011110110011101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEA3; }

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

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

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

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

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

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

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

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