#CFB5EB

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

Shades of Fog #CFB5EB

Tints of Fog #CFB5EB

Color information

#CFB5EB (or 0xCFB5EB) is unknown color: approx Fog. HEX triplet: CF, B5 and EB. RGB value is (207,181,235). Sum of RGB (Red+Green+Blue) = 207+181+235=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFB5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB5EB is #304A14. Grayscale: #C2C2C2. Windows color (decimal): -3164693 or 15447503. OLE color: 15447503.

HSL color Cylindrical-coordinate representation of color #CFB5EB: hue angle of 268.89º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFB5EB is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207181235-
CMYK0.120.2300.08
HSL268.89º57.45%81.57%-
HSV(B)268.89º22.98%92.16%-
XYZ57.2552.3185.68-
YUV194.93150.61136.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 181 (71.09% from 255) = 29.05%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=33.23%
G=29.05%
B=37.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071812350.120.2300.08268.8957.4581.57
HexCFB5EBC170810d3952
Octal317265353142701041571122
Binary110011111011010111101011110010111010001000011011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5EB; }

 p { color: rgb(207,181,235); }

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

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

 a { background-color: rgb(207,181,235); }

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

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

 span { border-color: rgb(207,181,235); }

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