Html Css Color HEX #CEC6EE Fog

📋 copy color: '#CEC6EE'

red 206 ◦ green 198 ◦ blue 238

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

Shades of Fog #CEC6EE

Tints of Fog #CEC6EE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.84%

 BLUE value IS 238 (93.36% from 255) = 37.07%

R = 32.09%
G = 30.84%
B = 37.07%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEC6EE (or 0xCEC6EE) is known color: Fog. HEX triplet: CE, C6 and EE. RGB value is (206,198,238). Sum of RGB (Red+Green+Blue) = 206+198+238=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC6EE is #313911. Grayscale: #CCCCCC. Windows color (decimal): -3225874 or 15648462. OLE color: 15648462.

HSL color Cylindrical-coordinate representation of color #CEC6EE: hue angle of 252º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC6EE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 198 238 -
CMYK 0.13 0.17 0 0.07
HSL 252º 0.54% 0.85% -
HSV(B) 252º 0.17% 0.93% -
XYZ 61.08 59.68 89.19 -
YUV 204.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 206 198 238 0.13 0.17 0 0.07 252 0.54 0.85
Hex CE C6 EE D 11 0 7 FC 36 55
Octal 316 306 356 15 21 0 7 374 66 125
Binary 11001110 11000110 11101110 1101 10001 0 111 11111100 110110 1010101

Color Harmonies of #CEC6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC6EE

Black with #CEC6EE

Text Example


Text Example

White with #CEC6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC6EE; }

 p { color: rgb(206,198,238); }

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

background-color css

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

 a { background-color: rgb(206,198,238); }

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

border-color css

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

 span { border-color: rgb(206,198,238); }

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