#CFB4EC

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

Shades of Fog #CFB4EC

Tints of Fog #CFB4EC

Color information

#CFB4EC (or 0xCFB4EC) is unknown color: approx Fog. HEX triplet: CF, B4 and EC. RGB value is (207,180,236). Sum of RGB (Red+Green+Blue) = 207+180+236=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB4EC is #304B13. Grayscale: #C2C2C2. Windows color (decimal): -3164948 or 15512783. OLE color: 15512783.

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

Color convert

RGB207180236-
CMYK0.120.2400.07
HSL268.93º59.57%81.57%-
HSV(B)268.93º23.73%92.55%-
XYZ57.1951.9686.37-
YUV194.46151.45136.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 180 (70.70% from 255) = 28.89%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=33.23%
G=28.89%
B=37.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071802360.120.2400.07268.9359.5781.57
HexCFB4ECC180710d3c52
Octal31726435414300741574122
Binary11001111101101001110110011001100001111000011011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB4EC; }

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

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

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

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

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

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

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

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