Html Css Color HEX #CEB4EE Fog

📋 copy color: '#CEB4EE'

red 206 ◦ green 180 ◦ blue 238

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

Shades of Fog #CEB4EE

Tints of Fog #CEB4EE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.85%

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

R = 33.01%
G = 28.85%
B = 38.14%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEB4EE (or 0xCEB4EE) is known color: Fog. HEX triplet: CE, B4 and EE. RGB value is (206,180,238). Sum of RGB (Red+Green+Blue) = 206+180+238=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEB4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB4EE is #314B11. Grayscale: #C2C2C2. Windows color (decimal): -3230482 or 15643854. OLE color: 15643854.

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

Color convert

RGB 206 180 238 -
CMYK 0.13 0.24 0 0.07
HSL 266.9º 0.63% 0.82% -
HSV(B) 266.9º 0.24% 0.93% -
XYZ 57.21 51.94 87.9 -
YUV 194.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 206 180 238 0.13 0.24 0 0.07 266.9 0.63 0.82
Hex CE B4 EE D 18 0 7 10B 3F 52
Octal 316 264 356 15 30 0 7 413 77 122
Binary 11001110 10110100 11101110 1101 11000 0 111 100001011 111111 1010010

Color Harmonies of #CEB4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4EE

Black with #CEB4EE

Text Example


Text Example

White with #CEB4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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