Html Css Color HEX #CEC9F6 Lavender Blue

📋 copy color: '#CEC9F6'

red 206 ◦ green 201 ◦ blue 246

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

Shades of Lavender Blue #CEC9F6

Tints of Lavender Blue #CEC9F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.67%

R = 31.55%
G = 30.78%
B = 37.67%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEC9F6 (or 0xCEC9F6) is known color: Lavender Blue. HEX triplet: CE, C9 and F6. RGB value is (206,201,246). Sum of RGB (Red+Green+Blue) = 206+201+246=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEC9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9F6 is #313609. Grayscale: #CFCFCF. Windows color (decimal): -3225098 or 16173518. OLE color: 16173518.

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

Color convert

RGB 206 201 246 -
CMYK 0.16 0.18 0 0.04
HSL 246.67º 0.71% 0.88% -
HSV(B) 246.67º 0.18% 0.96% -
XYZ 62.97 61.55 95.75 -
YUV 207.63 149.66 126.84 -
System Red Green Blue C M Y K H S L
Decimal 206 201 246 0.16 0.18 0 0.04 246.67 0.71 0.88
Hex CE C9 F6 10 12 0 4 F7 47 58
Octal 316 311 366 20 22 0 4 367 107 130
Binary 11001110 11001001 11110110 10000 10010 0 100 11110111 1000111 1011000

Color Harmonies of #CEC9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC9F6

Black with #CEC9F6

Text Example


Text Example

White with #CEC9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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