Html Css Color HEX #CEB6F2 Fog

📋 copy color: '#CEB6F2'

red 206 ◦ green 182 ◦ blue 242

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

Shades of Fog #CEB6F2

Tints of Fog #CEB6F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.41%

R = 32.7%
G = 28.89%
B = 38.41%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEB6F2 (or 0xCEB6F2) is known color: Fog. HEX triplet: CE, B6 and F2. RGB value is (206,182,242). Sum of RGB (Red+Green+Blue) = 206+182+242=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEB6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB6F2 is #31490D. Grayscale: #C3C3C3. Windows color (decimal): -3229966 or 15906510. OLE color: 15906510.

HSL color Cylindrical-coordinate representation of color #CEB6F2: hue angle of 264º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEB6F2 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 182 242 -
CMYK 0.15 0.25 0 0.05
HSL 264º 0.7% 0.83% -
HSV(B) 264º 0.25% 0.95% -
XYZ 58.21 52.99 91.16 -
YUV 196.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 206 182 242 0.15 0.25 0 0.05 264 0.7 0.83
Hex CE B6 F2 F 19 0 5 108 46 53
Octal 316 266 362 17 31 0 5 410 106 123
Binary 11001110 10110110 11110010 1111 11001 0 101 100001000 1000110 1010011

Color Harmonies of #CEB6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6F2

Black with #CEB6F2

Text Example


Text Example

White with #CEB6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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