Html Css Color HEX #CEB6FA Fog

📋 copy color: '#CEB6FA'

red 206 ◦ green 182 ◦ blue 250

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

Shades of Fog #CEB6FA

Tints of Fog #CEB6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.53%

 BLUE value IS 250 (98.05% from 255) = 39.18%

R = 32.29%
G = 28.53%
B = 39.18%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEB6FA (or 0xCEB6FA) is known color: Fog. HEX triplet: CE, B6 and FA. RGB value is (206,182,250). Sum of RGB (Red+Green+Blue) = 206+182+250=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEB6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB6FA is #314905. Grayscale: #C4C4C4. Windows color (decimal): -3229958 or 16430798. OLE color: 16430798.

HSL color Cylindrical-coordinate representation of color #CEB6FA: hue angle of 261.18º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEB6FA is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 182 250 -
CMYK 0.18 0.27 0 0.02
HSL 261.18º 0.87% 0.85% -
HSV(B) 261.18º 0.27% 0.98% -
XYZ 59.44 53.48 97.63 -
YUV 196.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 206 182 250 0.18 0.27 0 0.02 261.18 0.87 0.85
Hex CE B6 FA 12 1B 0 2 105 57 55
Octal 316 266 372 22 33 0 2 405 127 125
Binary 11001110 10110110 11111010 10010 11011 0 10 100000101 1010111 1010101

Color Harmonies of #CEB6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6FA

Black with #CEB6FA

Text Example


Text Example

White with #CEB6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6FA; }

 p { color: rgb(206,182,250); }

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

background-color css

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

 a { background-color: rgb(206,182,250); }

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

border-color css

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

 span { border-color: rgb(206,182,250); }

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