Html Css Color HEX #CECAF6 Lavender Blue

📋 copy color: '#CECAF6'

red 206 ◦ green 202 ◦ blue 246

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

Shades of Lavender Blue #CECAF6

Tints of Lavender Blue #CECAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.61%

R = 31.5%
G = 30.89%
B = 37.61%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CECAF6 (or 0xCECAF6) is known color: Lavender Blue. HEX triplet: CE, CA and F6. RGB value is (206,202,246). Sum of RGB (Red+Green+Blue) = 206+202+246=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #CECAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAF6 is #313509. Grayscale: #D0D0D0. Windows color (decimal): -3224842 or 16173774. OLE color: 16173774.

HSL color Cylindrical-coordinate representation of color #CECAF6: hue angle of 245.45º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CECAF6 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 202 246 -
CMYK 0.16 0.18 0 0.04
HSL 245.45º 0.71% 0.88% -
HSV(B) 245.45º 0.18% 0.96% -
XYZ 63.21 62.02 95.83 -
YUV 208.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 206 202 246 0.16 0.18 0 0.04 245.45 0.71 0.88
Hex CE CA F6 10 12 0 4 F5 47 58
Octal 316 312 366 20 22 0 4 365 107 130
Binary 11001110 11001010 11110110 10000 10010 0 100 11110101 1000111 1011000

Color Harmonies of #CECAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECAF6

Black with #CECAF6

Text Example


Text Example

White with #CECAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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