#CFBCE4

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

Shades of Fog #CFBCE4

Tints of Fog #CFBCE4

Color information

#CFBCE4 (or 0xCFBCE4) is unknown color: approx Fog. HEX triplet: CF, BC and E4. RGB value is (207,188,228). Sum of RGB (Red+Green+Blue) = 207+188+228=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFBCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCE4 is #30431B. Grayscale: #C6C6C6. Windows color (decimal): -3162908 or 14990543. OLE color: 14990543.

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

Color convert

RGB207188228-
CMYK0.090.1800.11
HSL268.5º42.55%81.57%-
HSV(B)268.5º17.54%89.41%-
XYZ57.7254.8380.94-
YUV198.24144.79134.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=33.23%
G=30.18%
B=36.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071882280.090.1800.11268.542.5581.57
HexCFBCE49120B10c2b52
Octal317274344112201341453122
Binary110011111011110011100100100110010010111000011001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCE4; }

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

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

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

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

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

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

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

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