#CCB5EF

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

Shades of Fog #CCB5EF

Tints of Fog #CCB5EF

Color information

#CCB5EF (or 0xCCB5EF) is unknown color: approx Fog. HEX triplet: CC, B5 and EF. RGB value is (204,181,239). Sum of RGB (Red+Green+Blue) = 204+181+239=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCB5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5EF is #334A10. Grayscale: #C2C2C2. Windows color (decimal): -3361297 or 15709644. OLE color: 15709644.

HSL color Cylindrical-coordinate representation of color #CCB5EF: hue angle of 263.79º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCB5EF is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204181239-
CMYK0.150.2400.06
HSL263.79º64.44%82.35%-
HSV(B)263.79º24.27%93.73%-
XYZ57.0152.1288.72-
YUV194.49153.12134.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 181 (71.09% from 255) = 29.01%
BLUE value IS 239 (93.75% from 255) = 38.30%
R=32.69%
G=29.01%
B=38.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041812390.150.2400.06263.7964.4482.35
HexCCB5EFF18061084052
Octal314265357173006410100122
Binary110011001011010111101111111111000011010000100010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5EF; }

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

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

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

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

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

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

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

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