Html Css Color HEX #CECAF3 Lavender Blue

📋 copy color: '#CECAF3'

red 206 ◦ green 202 ◦ blue 243

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

Shades of Lavender Blue #CECAF3

Tints of Lavender Blue #CECAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.33%

R = 31.64%
G = 31.03%
B = 37.33%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CECAF3 (or 0xCECAF3) is known color: Lavender Blue. HEX triplet: CE, CA and F3. RGB value is (206,202,243). Sum of RGB (Red+Green+Blue) = 206+202+243=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #CECAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAF3 is #31350C. Grayscale: #CFCFCF. Windows color (decimal): -3224845 or 15977166. OLE color: 15977166.

HSL color Cylindrical-coordinate representation of color #CECAF3: hue angle of 245.85º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECAF3 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 202 243 -
CMYK 0.15 0.17 0 0.05
HSL 245.85º 0.63% 0.87% -
HSV(B) 245.85º 0.17% 0.95% -
XYZ 62.75 61.83 93.42 -
YUV 207.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 206 202 243 0.15 0.17 0 0.05 245.85 0.63 0.87
Hex CE CA F3 F 11 0 5 F6 3F 57
Octal 316 312 363 17 21 0 5 366 77 127
Binary 11001110 11001010 11110011 1111 10001 0 101 11110110 111111 1010111

Color Harmonies of #CECAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECAF3

Black with #CECAF3

Text Example


Text Example

White with #CECAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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