Html Css Color HEX #CECAEE Lavender Blue

📋 copy color: '#CECAEE'

red 206 ◦ green 202 ◦ blue 238

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

Shades of Lavender Blue #CECAEE

Tints of Lavender Blue #CECAEE

RGB

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

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

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

R = 31.89%
G = 31.27%
B = 36.84%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CECAEE (or 0xCECAEE) is known color: Lavender Blue. HEX triplet: CE, CA and EE. RGB value is (206,202,238). Sum of RGB (Red+Green+Blue) = 206+202+238=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #CECAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAEE is #313511. Grayscale: #CFCFCF. Windows color (decimal): -3224850 or 15649486. OLE color: 15649486.

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

Color convert

RGB 206 202 238 -
CMYK 0.13 0.15 0 0.07
HSL 246.67º 0.51% 0.86% -
HSV(B) 246.67º 0.15% 0.93% -
XYZ 62.01 61.54 89.5 -
YUV 207.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 206 202 238 0.13 0.15 0 0.07 246.67 0.51 0.86
Hex CE CA EE D F 0 7 F7 33 56
Octal 316 312 356 15 17 0 7 367 63 126
Binary 11001110 11001010 11101110 1101 1111 0 111 11110111 110011 1010110

Color Harmonies of #CECAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECAEE

Black with #CECAEE

Text Example


Text Example

White with #CECAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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