#CCB5ED

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

Shades of Fog #CCB5ED

Tints of Fog #CCB5ED

Color information

#CCB5ED (or 0xCCB5ED) is unknown color: approx Fog. HEX triplet: CC, B5 and ED. RGB value is (204,181,237). Sum of RGB (Red+Green+Blue) = 204+181+237=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5ED is #334A12. Grayscale: #C2C2C2. Windows color (decimal): -3361299 or 15578572. OLE color: 15578572.

HSL color Cylindrical-coordinate representation of color #CCB5ED: hue angle of 264.64º degrees, saturation: 0.61, 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 #CCB5ED is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204181237-
CMYK0.140.2400.07
HSL264.64º60.87%81.96%-
HSV(B)264.64º23.63%92.94%-
XYZ56.715287.17-
YUV194.26152.12134.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 181 (71.09% from 255) = 29.10%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=32.80%
G=29.10%
B=38.10%

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
Decimal2041812370.140.2400.07264.6460.8781.96
HexCCB5EDE18071093d52
Octal31426535516300741175122
Binary11001100101101011110110111101100001111000010011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5ED; }

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

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

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

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

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

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

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

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