#CEBEDD

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

Shades of Fog #CEBEDD

Tints of Fog #CEBEDD

Color information

#CEBEDD (or 0xCEBEDD) is unknown color: approx Fog. HEX triplet: CE, BE and DD. RGB value is (206,190,221). Sum of RGB (Red+Green+Blue) = 206+190+221=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEBEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEDD is #314122. Grayscale: #C6C6C6. Windows color (decimal): -3227939 or 14532302. OLE color: 14532302.

HSL color Cylindrical-coordinate representation of color #CEBEDD: hue angle of 270.97º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEBEDD is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206190221-
CMYK0.070.1400.13
HSL270.97º31.31%80.59%-
HSV(B)270.97º14.03%86.67%-
XYZ56.9255.1776.06-
YUV198.32140.8133.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.39%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=33.39%
G=30.79%
B=35.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061902210.070.1400.13270.9731.3180.59
HexCEBEDD7E0D10f1f51
Octal31627633571601541737121
Binary110011101011111011011101111111001101100001111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEDD; }

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

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

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

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

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

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

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

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