#CCBEC3

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

Shades of Twilight #CCBEC3

Tints of Twilight #CCBEC3

Color information

#CCBEC3 (or 0xCCBEC3) is unknown color: approx Twilight. HEX triplet: CC, BE and C3. RGB value is (204,190,195). Sum of RGB (Red+Green+Blue) = 204+190+195=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEC3 is #33413C. Grayscale: #C2C2C2. Windows color (decimal): -3359037 or 12828364. OLE color: 12828364.

HSL color Cylindrical-coordinate representation of color #CCBEC3: hue angle of 338.57º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBEC3 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204190195-
CMYK00.070.040.2
HSL338.57º12.07%77.25%-
HSV(B)338.57º6.86%80%-
XYZ53.1753.659.17-
YUV194.76128.14134.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 195 (76.56% from 255) = 33.11%
R=34.63%
G=32.26%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419019500.070.040.2338.5712.0777.25
HexCCBEC307414153c4d
Octal3142763030742452314115
Binary11001100101111101100001101111001010010101001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEC3; }

 p { color: rgb(204,190,195); }

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

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

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

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

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

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

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