Html Css Color HEX #CEC8ED Lavender Blue

📋 copy color: '#CEC8ED'

red 206 ◦ green 200 ◦ blue 237

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

Shades of Lavender Blue #CEC8ED

Tints of Lavender Blue #CEC8ED

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.1%

 BLUE value IS 237 (92.97% from 255) = 36.86%

R = 32.04%
G = 31.1%
B = 36.86%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEC8ED (or 0xCEC8ED) is known color: Lavender Blue. HEX triplet: CE, C8 and ED. RGB value is (206,200,237). Sum of RGB (Red+Green+Blue) = 206+200+237=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC8ED is #313712. Grayscale: #CDCDCD. Windows color (decimal): -3225363 or 15583438. OLE color: 15583438.

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

Color convert

RGB 206 200 237 -
CMYK 0.13 0.16 0 0.07
HSL 249.73º 0.51% 0.86% -
HSV(B) 249.73º 0.16% 0.93% -
XYZ 61.39 60.54 88.57 -
YUV 206.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 206 200 237 0.13 0.16 0 0.07 249.73 0.51 0.86
Hex CE C8 ED D 10 0 7 FA 33 56
Octal 316 310 355 15 20 0 7 372 63 126
Binary 11001110 11001000 11101101 1101 10000 0 111 11111010 110011 1010110

Color Harmonies of #CEC8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC8ED

Black with #CEC8ED

Text Example


Text Example

White with #CEC8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC8ED; }

 p { color: rgb(206,200,237); }

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

background-color css

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

 a { background-color: rgb(206,200,237); }

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

border-color css

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

 span { border-color: rgb(206,200,237); }

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