Html Css Color HEX #CEC9F2 Lavender Blue

📋 copy color: '#CEC9F2'

red 206 ◦ green 201 ◦ blue 242

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

Shades of Lavender Blue #CEC9F2

Tints of Lavender Blue #CEC9F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.29%

R = 31.74%
G = 30.97%
B = 37.29%

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

#CEC9F2 (or 0xCEC9F2) is known color: Lavender Blue. HEX triplet: CE, C9 and F2. RGB value is (206,201,242). Sum of RGB (Red+Green+Blue) = 206+201+242=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 201 (78.91% from 255 or 30.97% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEC9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9F2 is #31360D. Grayscale: #CFCFCF. Windows color (decimal): -3225102 or 15911374. OLE color: 15911374.

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

Color convert

RGB 206 201 242 -
CMYK 0.15 0.17 0 0.05
HSL 247.32º 0.61% 0.87% -
HSV(B) 247.32º 0.17% 0.95% -
XYZ 62.37 61.31 92.55 -
YUV 207.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 206 201 242 0.15 0.17 0 0.05 247.32 0.61 0.87
Hex CE C9 F2 F 11 0 5 F7 3D 57
Octal 316 311 362 17 21 0 5 367 75 127
Binary 11001110 11001001 11110010 1111 10001 0 101 11110111 111101 1010111

Color Harmonies of #CEC9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC9F2

Black with #CEC9F2

Text Example


Text Example

White with #CEC9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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