#CFBEEA

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

Shades of Fog #CFBEEA

Tints of Fog #CFBEEA

Color information

#CFBEEA (or 0xCFBEEA) is unknown color: approx Fog. HEX triplet: CF, BE and EA. RGB value is (207,190,234). Sum of RGB (Red+Green+Blue) = 207+190+234=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBEEA is #304115. Grayscale: #C7C7C7. Windows color (decimal): -3162390 or 15384271. OLE color: 15384271.

HSL color Cylindrical-coordinate representation of color #CFBEEA: hue angle of 263.18º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFBEEA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207190234-
CMYK0.120.1900.08
HSL263.18º51.16%83.14%-
HSV(B)263.18º18.8%91.76%-
XYZ5956.0385.55-
YUV200.1147.13132.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.81%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=32.81%
G=30.11%
B=37.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071902340.120.1900.08263.1851.1683.14
HexCFBEEAC13081073353
Octal317276352142301040763123
Binary110011111011111011101010110010011010001000001111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEEA; }

 p { color: rgb(207,190,234); }

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

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

 a { background-color: rgb(207,190,234); }

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

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

 span { border-color: rgb(207,190,234); }

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