#CFB9EC

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

Shades of Fog #CFB9EC

Tints of Fog #CFB9EC

Color information

#CFB9EC (or 0xCFB9EC) is unknown color: approx Fog. HEX triplet: CF, B9 and EC. RGB value is (207,185,236). Sum of RGB (Red+Green+Blue) = 207+185+236=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB9EC is #304613. Grayscale: #C5C5C5. Windows color (decimal): -3163668 or 15514063. OLE color: 15514063.

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

Color convert

RGB207185236-
CMYK0.120.2200.07
HSL265.88º57.3%82.55%-
HSV(B)265.88º21.61%92.55%-
XYZ58.2254.0286.72-
YUV197.39149.79134.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 185 (72.66% from 255) = 29.46%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=32.96%
G=29.46%
B=37.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071852360.120.2200.07265.8857.382.55
HexCFB9ECC160710a3953
Octal31727135414260741271123
Binary11001111101110011110110011001011001111000010101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9EC; }

 p { color: rgb(207,185,236); }

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

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

 a { background-color: rgb(207,185,236); }

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

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

 span { border-color: rgb(207,185,236); }

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