#CCB5EB

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

Shades of Fog #CCB5EB

Tints of Fog #CCB5EB

Color information

#CCB5EB (or 0xCCB5EB) is unknown color: approx Fog. HEX triplet: CC, B5 and EB. RGB value is (204,181,235). Sum of RGB (Red+Green+Blue) = 204+181+235=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCB5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5EB is #334A14. Grayscale: #C1C1C1. Windows color (decimal): -3361301 or 15447500. OLE color: 15447500.

HSL color Cylindrical-coordinate representation of color #CCB5EB: hue angle of 265.56º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB5EB is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204181235-
CMYK0.130.2300.08
HSL265.56º57.45%81.57%-
HSV(B)265.56º22.98%92.16%-
XYZ56.4251.8885.64-
YUV194.03151.12135.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 181 (71.09% from 255) = 29.19%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=32.90%
G=29.19%
B=37.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041812350.130.2300.08265.5657.4581.57
HexCCB5EBD170810a3952
Octal314265353152701041271122
Binary110011001011010111101011110110111010001000010101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5EB; }

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

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

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

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

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

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

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

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