#CEBEF4

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

Shades of Fog #CEBEF4

Tints of Fog #CEBEF4

Color information

#CEBEF4 (or 0xCEBEF4) is unknown color: approx Fog. HEX triplet: CE, BE and F4. RGB value is (206,190,244). Sum of RGB (Red+Green+Blue) = 206+190+244=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 244 (95.70% from 255 or 38.12% from 640); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEBEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEF4 is #31410B. Grayscale: #C8C8C8. Windows color (decimal): -3227916 or 16039630. OLE color: 16039630.

HSL color Cylindrical-coordinate representation of color #CEBEF4: hue angle of 257.78º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEBEF4 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206190244-
CMYK0.160.2200.04
HSL257.78º71.05%85.1%-
HSV(B)257.78º22.13%95.69%-
XYZ60.256.4893.32-
YUV200.94152.3131.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.19%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 244 (95.70% from 255) = 38.12%
R=32.19%
G=29.69%
B=38.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061902440.160.2200.04257.7871.0585.1
HexCEBEF41016041024755
Octal316276364202604402107125
Binary1100111010111110111101001000010110010010000001010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEF4; }

 p { color: rgb(206,190,244); }

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

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

 a { background-color: rgb(206,190,244); }

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

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

 span { border-color: rgb(206,190,244); }

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