#CCB9ED

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

Shades of Fog #CCB9ED

Tints of Fog #CCB9ED

Color information

#CCB9ED (or 0xCCB9ED) is unknown color: approx Fog. HEX triplet: CC, B9 and ED. RGB value is (204,185,237). Sum of RGB (Red+Green+Blue) = 204+185+237=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCB9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9ED is #334612. Grayscale: #C4C4C4. Windows color (decimal): -3360275 or 15579596. OLE color: 15579596.

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

Color convert

RGB204185237-
CMYK0.140.2200.07
HSL261.92º59.09%82.75%-
HSV(B)261.92º21.94%92.94%-
XYZ57.5453.6587.44-
YUV196.61150.79133.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 185 (72.66% from 255) = 29.55%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=32.59%
G=29.55%
B=37.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041852370.140.2200.07261.9259.0982.75
HexCCB9EDE16071063b53
Octal31427135516260740673123
Binary11001100101110011110110111101011001111000001101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9ED; }

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

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

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

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

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

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

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

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