#CFB9EE

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

Shades of Fog #CFB9EE

Tints of Fog #CFB9EE

Color information

#CFB9EE (or 0xCFB9EE) is unknown color: approx Fog. HEX triplet: CF, B9 and EE. RGB value is (207,185,238). Sum of RGB (Red+Green+Blue) = 207+185+238=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB9EE is #304611. Grayscale: #C5C5C5. Windows color (decimal): -3163666 or 15645135. OLE color: 15645135.

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

Color convert

RGB207185238-
CMYK0.130.2200.07
HSL264.91º60.92%82.94%-
HSV(B)264.91º22.27%93.33%-
XYZ58.5154.1488.25-
YUV197.62150.79134.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.86%
GREEN value IS 185 (72.66% from 255) = 29.37%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=32.86%
G=29.37%
B=37.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071852380.130.2200.07264.9160.9282.94
HexCFB9EED16071093d53
Octal31727135615260741175123
Binary11001111101110011110111011011011001111000010011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9EE; }

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

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

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

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

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

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

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

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