#CCBEC5

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

Shades of Twilight #CCBEC5

Tints of Twilight #CCBEC5

Color information

#CCBEC5 (or 0xCCBEC5) is unknown color: approx Twilight. HEX triplet: CC, BE and C5. RGB value is (204,190,197). Sum of RGB (Red+Green+Blue) = 204+190+197=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEC5 is #33413A. Grayscale: #C2C2C2. Windows color (decimal): -3359035 or 12959436. OLE color: 12959436.

HSL color Cylindrical-coordinate representation of color #CCBEC5: hue angle of 330º 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 #CCBEC5 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204190197-
CMYK00.070.030.2
HSL330º12.07%77.25%-
HSV(B)330º6.86%80%-
XYZ53.3953.760.37-
YUV194.98129.14134.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 197 (77.34% from 255) = 33.33%
R=34.52%
G=32.15%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419019700.070.030.233012.0777.25
HexCCBEC50731414ac4d
Octal3142763050732451214115
Binary1100110010111110110001010111111010010100101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEC5; }

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

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

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

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

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

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

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

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