#CFBEEF

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

Shades of Fog #CFBEEF

Tints of Fog #CFBEEF

Color information

#CFBEEF (or 0xCFBEEF) is unknown color: approx Fog. HEX triplet: CF, BE and EF. RGB value is (207,190,239). Sum of RGB (Red+Green+Blue) = 207+190+239=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFBEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBEEF is #304110. Grayscale: #C8C8C8. Windows color (decimal): -3162385 or 15711951. OLE color: 15711951.

HSL color Cylindrical-coordinate representation of color #CFBEEF: hue angle of 260.82º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFBEEF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207190239-
CMYK0.130.2100.06
HSL260.82º60.49%84.12%-
HSV(B)260.82º20.5%93.73%-
XYZ59.7356.3289.39-
YUV200.67149.63132.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.55%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 239 (93.75% from 255) = 37.58%
R=32.55%
G=29.87%
B=37.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071902390.130.2100.06260.8260.4984.12
HexCFBEEFD15061053c54
Octal31727635715250640574124
Binary11001111101111101110111111011010101101000001011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEEF; }

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

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

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

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

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

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

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

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