Html Css Color HEX #CECAF1 Lavender Blue

📋 copy color: '#CECAF1'

red 206 ◦ green 202 ◦ blue 241

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

Shades of Lavender Blue #CECAF1

Tints of Lavender Blue #CECAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.13%

R = 31.74%
G = 31.12%
B = 37.13%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CECAF1 (or 0xCECAF1) is known color: Lavender Blue. HEX triplet: CE, CA and F1. RGB value is (206,202,241). Sum of RGB (Red+Green+Blue) = 206+202+241=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #CECAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAF1 is #31350E. Grayscale: #CFCFCF. Windows color (decimal): -3224847 or 15846094. OLE color: 15846094.

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

Color convert

RGB 206 202 241 -
CMYK 0.15 0.16 0 0.05
HSL 246.15º 0.58% 0.87% -
HSV(B) 246.15º 0.16% 0.95% -
XYZ 62.45 61.71 91.84 -
YUV 207.64 146.83 126.83 -
System Red Green Blue C M Y K H S L
Decimal 206 202 241 0.15 0.16 0 0.05 246.15 0.58 0.87
Hex CE CA F1 F 10 0 5 F6 3A 57
Octal 316 312 361 17 20 0 5 366 72 127
Binary 11001110 11001010 11110001 1111 10000 0 101 11110110 111010 1010111

Color Harmonies of #CECAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECAF1

Black with #CECAF1

Text Example


Text Example

White with #CECAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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