#CFC0DD

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

Shades of Fog #CFC0DD

Tints of Fog #CFC0DD

Color information

#CFC0DD (or 0xCFC0DD) is unknown color: approx Fog. HEX triplet: CF, C0 and DD. RGB value is (207,192,221). Sum of RGB (Red+Green+Blue) = 207+192+221=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0DD is #303F22. Grayscale: #C7C7C7. Windows color (decimal): -3161891 or 14532815. OLE color: 14532815.

HSL color Cylindrical-coordinate representation of color #CFC0DD: hue angle of 271.03º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFC0DD is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207192221-
CMYK0.060.1300.13
HSL271.03º29.9%80.98%-
HSV(B)271.03º13.12%86.67%-
XYZ57.6356.1976.21-
YUV199.79139.97133.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 192 (75.39% from 255) = 30.97%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=33.39%
G=30.97%
B=35.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071922210.060.1300.13271.0329.980.98
HexCFC0DD6D0D10f1e51
Octal31730033561501541736121
Binary110011111100000011011101110110101101100001111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC0DD; }

 p { color: rgb(207,192,221); }

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

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

 a { background-color: rgb(207,192,221); }

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

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

 span { border-color: rgb(207,192,221); }

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