#CCCCC1

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

Shades of Celeste #CCCCC1

Tints of Celeste #CCCCC1

Color information

#CCCCC1 (or 0xCCCCC1) is unknown color: approx Celeste. HEX triplet: CC, CC and C1. RGB value is (204,204,193). Sum of RGB (Red+Green+Blue) = 204+204+193=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCC1 is #33333E. Grayscale: #CACACA. Windows color (decimal): -3355455 or 12700876. OLE color: 12700876.

HSL color Cylindrical-coordinate representation of color #CCCCC1: hue angle of 60º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCCC1 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB204204193-
CMYK000.050.2
HSL60º9.73%77.84%-
HSV(B)60º5.39%80%-
XYZ56.1259.8759.05-
YUV202.75122.5128.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 193 (75.78% from 255) = 32.11%
R=33.94%
G=33.94%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204193000.050.2609.7377.84
HexCCCCC1005143ca4e
Octal314314301005247412116
Binary110011001100110011000001001011010011110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCC1; }

 p { color: rgb(204,204,193); }

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

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

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

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

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

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

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