#CFBCE0

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

Shades of Fog #CFBCE0

Tints of Fog #CFBCE0

Color information

#CFBCE0 (or 0xCFBCE0) is unknown color: approx Fog. HEX triplet: CF, BC and E0. RGB value is (207,188,224). Sum of RGB (Red+Green+Blue) = 207+188+224=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFBCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCE0 is #30431F. Grayscale: #C5C5C5. Windows color (decimal): -3162912 or 14728399. OLE color: 14728399.

HSL color Cylindrical-coordinate representation of color #CFBCE0: hue angle of 271.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFBCE0 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207188224-
CMYK0.080.1600.12
HSL271.67º36.73%80.78%-
HSV(B)271.67º16.07%87.84%-
XYZ57.1754.6178.05-
YUV197.78142.79134.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=33.44%
G=30.37%
B=36.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071882240.080.1600.12271.6736.7380.78
HexCFBCE08100C1102551
Octal317274340102001442045121
Binary110011111011110011100000100010000011001000100001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCE0; }

 p { color: rgb(207,188,224); }

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

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

 a { background-color: rgb(207,188,224); }

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

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

 span { border-color: rgb(207,188,224); }

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