Html Css Color HEX #CEB9E1 Fog

📋 copy color: '#CEB9E1'

red 206 ◦ green 185 ◦ blue 225

#CEB9E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fog #CEB9E1

Tints of Fog #CEB9E1

RGB

 RED value IS 206 (80.86% from 255) = 33.44%

 GREEN value IS 185 (72.66% from 255) = 30.03%

 BLUE value IS 225 (88.28% from 255) = 36.53%

R = 33.44%
G = 30.03%
B = 36.53%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CEB9E1 (or 0xCEB9E1) is known color: Fog. HEX triplet: CE, B9 and E1. RGB value is (206,185,225). Sum of RGB (Red+Green+Blue) = 206+185+225=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEB9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9E1 is #31461E. Grayscale: #C3C3C3. Windows color (decimal): -3229215 or 14793166. OLE color: 14793166.

HSL color Cylindrical-coordinate representation of color #CEB9E1: hue angle of 271.5º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB9E1 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 185 225 -
CMYK 0.08 0.18 0 0.12
HSL 271.5º 0.4% 0.8% -
HSV(B) 271.5º 0.18% 0.88% -
XYZ 56.39 53.26 78.54 -
YUV 195.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 206 185 225 0.08 0.18 0 0.12 271.5 0.4 0.8
Hex CE B9 E1 8 12 0 C 110 28 50
Octal 316 271 341 10 22 0 14 420 50 120
Binary 11001110 10111001 11100001 1000 10010 0 1100 100010000 101000 1010000

Color Harmonies of #CEB9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9E1

Black with #CEB9E1

Text Example


Text Example

White with #CEB9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9E1; }

 p { color: rgb(206,185,225); }

 H1.HeaderClassName
 {
   color: #CEB9E1;
 }
 .AnyTagClassName
 {
   color: #CEB9E1;
 }
</style>

background-color css

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

 a { background-color: rgb(206,185,225); }

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

border-color css

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

 span { border-color: rgb(206,185,225); }

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