Html Css Color HEX #CECAEB Lavender Blue

📋 copy color: '#CECAEB'

red 206 ◦ green 202 ◦ blue 235

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

Shades of Lavender Blue #CECAEB

Tints of Lavender Blue #CECAEB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.42%

 BLUE value IS 235 (92.19% from 255) = 36.55%

R = 32.04%
G = 31.42%
B = 36.55%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CECAEB (or 0xCECAEB) is known color: Lavender Blue. HEX triplet: CE, CA and EB. RGB value is (206,202,235). Sum of RGB (Red+Green+Blue) = 206+202+235=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #CECAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAEB is #313514. Grayscale: #CECECE. Windows color (decimal): -3224853 or 15452878. OLE color: 15452878.

HSL color Cylindrical-coordinate representation of color #CECAEB: hue angle of 247.27º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECAEB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 202 235 -
CMYK 0.12 0.14 0 0.08
HSL 247.27º 0.45% 0.86% -
HSV(B) 247.27º 0.14% 0.92% -
XYZ 61.57 61.36 87.2 -
YUV 206.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 206 202 235 0.12 0.14 0 0.08 247.27 0.45 0.86
Hex CE CA EB C E 0 8 F7 2D 56
Octal 316 312 353 14 16 0 10 367 55 126
Binary 11001110 11001010 11101011 1100 1110 0 1000 11110111 101101 1010110

Color Harmonies of #CECAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECAEB

Black with #CECAEB

Text Example


Text Example

White with #CECAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECAEB; }

 p { color: rgb(206,202,235); }

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

background-color css

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

 a { background-color: rgb(206,202,235); }

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

border-color css

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

 span { border-color: rgb(206,202,235); }

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