#CCB5EA

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

Shades of Fog #CCB5EA

Tints of Fog #CCB5EA

Color information

#CCB5EA (or 0xCCB5EA) is unknown color: approx Fog. HEX triplet: CC, B5 and EA. RGB value is (204,181,234). Sum of RGB (Red+Green+Blue) = 204+181+234=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5EA is #334A15. Grayscale: #C1C1C1. Windows color (decimal): -3361302 or 15381964. OLE color: 15381964.

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

Color convert

RGB204181234-
CMYK0.130.2300.08
HSL266.04º55.79%81.37%-
HSV(B)266.04º22.65%91.76%-
XYZ56.2851.8384.88-
YUV193.92150.62135.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 181 (71.09% from 255) = 29.24%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=32.96%
G=29.24%
B=37.80%

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
Decimal2041812340.130.2300.08266.0455.7981.37
HexCCB5EAD170810a3851
Octal314265352152701041270121
Binary110011001011010111101010110110111010001000010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5EA; }

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

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

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

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

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

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

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

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