Html Css Color HEX #CECAF2 Lavender Blue

📋 copy color: '#CECAF2'

red 206 ◦ green 202 ◦ blue 242

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

Shades of Lavender Blue #CECAF2

Tints of Lavender Blue #CECAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.23%

R = 31.69%
G = 31.08%
B = 37.23%

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

#CECAF2 (or 0xCECAF2) is known color: Lavender Blue. HEX triplet: CE, CA and F2. RGB value is (206,202,242). Sum of RGB (Red+Green+Blue) = 206+202+242=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #CECAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAF2 is #31350D. Grayscale: #CFCFCF. Windows color (decimal): -3224846 or 15911630. OLE color: 15911630.

HSL color Cylindrical-coordinate representation of color #CECAF2: hue angle of 246º degrees, saturation: 0.61, 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 #CECAF2 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 202 242 -
CMYK 0.15 0.17 0 0.05
HSL 246º 0.61% 0.87% -
HSV(B) 246º 0.17% 0.95% -
XYZ 62.6 61.77 92.63 -
YUV 207.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 206 202 242 0.15 0.17 0 0.05 246 0.61 0.87
Hex CE CA F2 F 11 0 5 F6 3D 57
Octal 316 312 362 17 21 0 5 366 75 127
Binary 11001110 11001010 11110010 1111 10001 0 101 11110110 111101 1010111

Color Harmonies of #CECAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECAF2

Black with #CECAF2

Text Example


Text Example

White with #CECAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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