Html Css Color HEX #CECAF7 Lavender Blue

📋 copy color: '#CECAF7'

red 206 ◦ green 202 ◦ blue 247

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

Shades of Lavender Blue #CECAF7

Tints of Lavender Blue #CECAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.71%

R = 31.45%
G = 30.84%
B = 37.71%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CECAF7 (or 0xCECAF7) is known color: Lavender Blue. HEX triplet: CE, CA and F7. RGB value is (206,202,247). Sum of RGB (Red+Green+Blue) = 206+202+247=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #CECAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAF7 is #313508. Grayscale: #D0D0D0. Windows color (decimal): -3224841 or 16239310. OLE color: 16239310.

HSL color Cylindrical-coordinate representation of color #CECAF7: hue angle of 245.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CECAF7 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 202 247 -
CMYK 0.17 0.18 0 0.03
HSL 245.33º 0.74% 0.88% -
HSV(B) 245.33º 0.18% 0.97% -
XYZ 63.36 62.08 96.64 -
YUV 208.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 206 202 247 0.17 0.18 0 0.03 245.33 0.74 0.88
Hex CE CA F7 11 12 0 3 F5 4A 58
Octal 316 312 367 21 22 0 3 365 112 130
Binary 11001110 11001010 11110111 10001 10010 0 11 11110101 1001010 1011000

Color Harmonies of #CECAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECAF7

Black with #CECAF7

Text Example


Text Example

White with #CECAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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