Html Css Color HEX #CECAF0 Lavender Blue

📋 copy color: '#CECAF0'

red 206 ◦ green 202 ◦ blue 240

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

Shades of Lavender Blue #CECAF0

Tints of Lavender Blue #CECAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.04%

R = 31.79%
G = 31.17%
B = 37.04%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CECAF0 (or 0xCECAF0) is known color: Lavender Blue. HEX triplet: CE, CA and F0. RGB value is (206,202,240). Sum of RGB (Red+Green+Blue) = 206+202+240=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #CECAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAF0 is #31350F. Grayscale: #CFCFCF. Windows color (decimal): -3224848 or 15780558. OLE color: 15780558.

HSL color Cylindrical-coordinate representation of color #CECAF0: hue angle of 246.32º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CECAF0 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 202 240 -
CMYK 0.14 0.16 0 0.06
HSL 246.32º 0.56% 0.87% -
HSV(B) 246.32º 0.16% 0.94% -
XYZ 62.3 61.65 91.05 -
YUV 207.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 206 202 240 0.14 0.16 0 0.06 246.32 0.56 0.87
Hex CE CA F0 E 10 0 6 F6 38 57
Octal 316 312 360 16 20 0 6 366 70 127
Binary 11001110 11001010 11110000 1110 10000 0 110 11110110 111000 1010111

Color Harmonies of #CECAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECAF0

Black with #CECAF0

Text Example


Text Example

White with #CECAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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