#CCB9EE

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

Shades of Fog #CCB9EE

Tints of Fog #CCB9EE

Color information

#CCB9EE (or 0xCCB9EE) is unknown color: approx Fog. HEX triplet: CC, B9 and EE. RGB value is (204,185,238). Sum of RGB (Red+Green+Blue) = 204+185+238=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9EE is #334611. Grayscale: #C4C4C4. Windows color (decimal): -3360274 or 15645132. OLE color: 15645132.

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

Color convert

RGB204185238-
CMYK0.140.2200.07
HSL261.51º60.92%82.94%-
HSV(B)261.51º22.27%93.33%-
XYZ57.6853.7188.22-
YUV196.72151.29133.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 185 (72.66% from 255) = 29.51%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=32.54%
G=29.51%
B=37.96%

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
Decimal2041852380.140.2200.07261.5160.9282.94
HexCCB9EEE16071063d53
Octal31427135616260740675123
Binary11001100101110011110111011101011001111000001101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9EE; }

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

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

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

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

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

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

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

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