#CFBBE6

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

Shades of Fog #CFBBE6

Tints of Fog #CFBBE6

Color information

#CFBBE6 (or 0xCFBBE6) is unknown color: approx Fog. HEX triplet: CF, BB and E6. RGB value is (207,187,230). Sum of RGB (Red+Green+Blue) = 207+187+230=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFBBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBBE6 is #304419. Grayscale: #C5C5C5. Windows color (decimal): -3163162 or 15121359. OLE color: 15121359.

HSL color Cylindrical-coordinate representation of color #CFBBE6: hue angle of 267.91º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFBBE6 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207187230-
CMYK0.100.1900.10
HSL267.91º46.24%81.76%-
HSV(B)267.91º18.7%90.2%-
XYZ57.7954.5282.34-
YUV197.88146.13134.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 230 (90.23% from 255) = 36.86%
R=33.17%
G=29.97%
B=36.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2071872300.100.1900.10267.9146.2481.76
HexCFBBE6A130A10c2e52
Octal317273346122301241456122
Binary110011111011101111100110101010011010101000011001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBE6; }

 p { color: rgb(207,187,230); }

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

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

 a { background-color: rgb(207,187,230); }

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

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

 span { border-color: rgb(207,187,230); }

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