#CCB5EE

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

Shades of Fog #CCB5EE

Tints of Fog #CCB5EE

Color information

#CCB5EE (or 0xCCB5EE) is unknown color: approx Fog. HEX triplet: CC, B5 and EE. RGB value is (204,181,238). Sum of RGB (Red+Green+Blue) = 204+181+238=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5EE is #334A11. Grayscale: #C2C2C2. Windows color (decimal): -3361298 or 15644108. OLE color: 15644108.

HSL color Cylindrical-coordinate representation of color #CCB5EE: hue angle of 264.21º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCB5EE is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204181238-
CMYK0.140.2400.07
HSL264.21º62.64%82.16%-
HSV(B)264.21º23.95%93.33%-
XYZ56.8652.0687.94-
YUV194.38152.62134.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 181 (71.09% from 255) = 29.05%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=32.74%
G=29.05%
B=38.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041812380.140.2400.07264.2162.6482.16
HexCCB5EEE18071083f52
Octal31426535616300741077122
Binary11001100101101011110111011101100001111000010001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5EE; }

 p { color: rgb(204,181,238); }

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

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

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

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

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

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

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