#CFB5FA

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

Shades of Fog #CFB5FA

Tints of Fog #CFB5FA

Color information

#CFB5FA (or 0xCFB5FA) is unknown color: approx Fog. HEX triplet: CF, B5 and FA. RGB value is (207,181,250). Sum of RGB (Red+Green+Blue) = 207+181+250=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB5FA is #304A05. Grayscale: #C4C4C4. Windows color (decimal): -3164678 or 16430543. OLE color: 16430543.

HSL color Cylindrical-coordinate representation of color #CFB5FA: hue angle of 262.61º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFB5FA is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207181250-
CMYK0.170.2800.02
HSL262.61º87.34%84.51%-
HSV(B)262.61º27.6%98.04%-
XYZ59.5153.2297.58-
YUV196.64158.11135.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.45%
GREEN value IS 181 (71.09% from 255) = 28.37%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=32.45%
G=28.37%
B=39.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071812500.170.2800.02262.6187.3484.51
HexCFB5FA111C021075755
Octal317265372213402407127125
Binary110011111011010111111010100011110001010000011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5FA; }

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

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

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

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

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

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

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

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