#CFC1E4

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

Shades of Fog #CFC1E4

Tints of Fog #CFC1E4

Color information

#CFC1E4 (or 0xCFC1E4) is unknown color: approx Fog. HEX triplet: CF, C1 and E4. RGB value is (207,193,228). Sum of RGB (Red+Green+Blue) = 207+193+228=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFC1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1E4 is #303E1B. Grayscale: #C9C9C9. Windows color (decimal): -3161628 or 14991823. OLE color: 14991823.

HSL color Cylindrical-coordinate representation of color #CFC1E4: hue angle of 264º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFC1E4 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207193228-
CMYK0.090.1500.11
HSL264º39.33%82.55%-
HSV(B)264º15.35%89.41%-
XYZ58.8157.0181.3-
YUV201.18143.14132.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 193 (75.78% from 255) = 30.73%
BLUE value IS 228 (89.45% from 255) = 36.31%
R=32.96%
G=30.73%
B=36.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071932280.090.1500.1126439.3382.55
HexCFC1E49F0B1082753
Octal317301344111701341047123
Binary11001111110000011110010010011111010111000010001001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC1E4; }

 p { color: rgb(207,193,228); }

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

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

 a { background-color: rgb(207,193,228); }

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

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

 span { border-color: rgb(207,193,228); }

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