Html Css Color HEX #CEC9F3 Lavender Blue

📋 copy color: '#CEC9F3'

red 206 ◦ green 201 ◦ blue 243

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

Shades of Lavender Blue #CEC9F3

Tints of Lavender Blue #CEC9F3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.92%

 BLUE value IS 243 (95.31% from 255) = 37.38%

R = 31.69%
G = 30.92%
B = 37.38%

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

#CEC9F3 (or 0xCEC9F3) is known color: Lavender Blue. HEX triplet: CE, C9 and F3. RGB value is (206,201,243). Sum of RGB (Red+Green+Blue) = 206+201+243=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEC9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9F3 is #31360C. Grayscale: #CFCFCF. Windows color (decimal): -3225101 or 15976910. OLE color: 15976910.

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

Color convert

RGB 206 201 243 -
CMYK 0.15 0.17 0 0.05
HSL 247.14º 0.64% 0.87% -
HSV(B) 247.14º 0.17% 0.95% -
XYZ 62.52 61.37 93.34 -
YUV 207.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 206 201 243 0.15 0.17 0 0.05 247.14 0.64 0.87
Hex CE C9 F3 F 11 0 5 F7 40 57
Octal 316 311 363 17 21 0 5 367 100 127
Binary 11001110 11001001 11110011 1111 10001 0 101 11110111 1000000 1010111

Color Harmonies of #CEC9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC9F3

Black with #CEC9F3

Text Example


Text Example

White with #CEC9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC9F3; }

 p { color: rgb(206,201,243); }

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

background-color css

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

 a { background-color: rgb(206,201,243); }

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

border-color css

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

 span { border-color: rgb(206,201,243); }

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