Html Css Color HEX #CEC5EE Fog

📋 copy color: '#CEC5EE'

red 206 ◦ green 197 ◦ blue 238

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

Shades of Fog #CEC5EE

Tints of Fog #CEC5EE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.73%

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

R = 32.14%
G = 30.73%
B = 37.13%

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

#CEC5EE (or 0xCEC5EE) is known color: Fog. HEX triplet: CE, C5 and EE. RGB value is (206,197,238). Sum of RGB (Red+Green+Blue) = 206+197+238=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC5EE is #313A11. Grayscale: #CCCCCC. Windows color (decimal): -3226130 or 15648206. OLE color: 15648206.

HSL color Cylindrical-coordinate representation of color #CEC5EE: hue angle of 253.17º degrees, saturation: 0.55, 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 #CEC5EE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 197 238 -
CMYK 0.13 0.17 0 0.07
HSL 253.17º 0.55% 0.85% -
HSV(B) 253.17º 0.17% 0.93% -
XYZ 60.85 59.23 89.11 -
YUV 204.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 206 197 238 0.13 0.17 0 0.07 253.17 0.55 0.85
Hex CE C5 EE D 11 0 7 FD 37 55
Octal 316 305 356 15 21 0 7 375 67 125
Binary 11001110 11000101 11101110 1101 10001 0 111 11111101 110111 1010101

Color Harmonies of #CEC5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC5EE

Black with #CEC5EE

Text Example


Text Example

White with #CEC5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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