Html Css Color HEX #CECAF4 Lavender Blue

📋 copy color: '#CECAF4'

red 206 ◦ green 202 ◦ blue 244

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

Shades of Lavender Blue #CECAF4

Tints of Lavender Blue #CECAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.42%

R = 31.6%
G = 30.98%
B = 37.42%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CECAF4 (or 0xCECAF4) is known color: Lavender Blue. HEX triplet: CE, CA and F4. RGB value is (206,202,244). Sum of RGB (Red+Green+Blue) = 206+202+244=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #CECAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAF4 is #31350B. Grayscale: #CFCFCF. Windows color (decimal): -3224844 or 16042702. OLE color: 16042702.

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

Color convert

RGB 206 202 244 -
CMYK 0.16 0.17 0 0.04
HSL 245.71º 0.66% 0.87% -
HSV(B) 245.71º 0.17% 0.96% -
XYZ 62.9 61.89 94.22 -
YUV 207.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 206 202 244 0.16 0.17 0 0.04 245.71 0.66 0.87
Hex CE CA F4 10 11 0 4 F6 42 57
Octal 316 312 364 20 21 0 4 366 102 127
Binary 11001110 11001010 11110100 10000 10001 0 100 11110110 1000010 1010111

Color Harmonies of #CECAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECAF4

Black with #CECAF4

Text Example


Text Example

White with #CECAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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