Html Css Color HEX #CEC4FE Lavender Blue

📋 copy color: '#CEC4FE'

red 206 ◦ green 196 ◦ blue 254

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

Shades of Lavender Blue #CEC4FE

Tints of Lavender Blue #CEC4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.88%

 BLUE value IS 254 (99.61% from 255) = 38.72%

R = 31.4%
G = 29.88%
B = 38.72%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEC4FE (or 0xCEC4FE) is known color: Lavender Blue. HEX triplet: CE, C4 and FE. RGB value is (206,196,254). Sum of RGB (Red+Green+Blue) = 206+196+254=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC4FE is #313B01. Grayscale: #CDCDCD. Windows color (decimal): -3226370 or 16696526. OLE color: 16696526.

HSL color Cylindrical-coordinate representation of color #CEC4FE: hue angle of 250.34º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEC4FE is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 196 254 -
CMYK 0.19 0.23 0 0.00
HSL 250.34º 0.97% 0.88% -
HSV(B) 250.34º 0.23% 1% -
XYZ 63.08 59.76 101.98 -
YUV 205.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 206 196 254 0.19 0.23 0 0.00 250.34 0.97 0.88
Hex CE C4 FE 13 17 0 0 FA 61 58
Octal 316 304 376 23 27 0 0 372 141 130
Binary 11001110 11000100 11111110 10011 10111 0 0 11111010 1100001 1011000

Color Harmonies of #CEC4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC4FE

Black with #CEC4FE

Text Example


Text Example

White with #CEC4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC4FE; }

 p { color: rgb(206,196,254); }

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

background-color css

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

 a { background-color: rgb(206,196,254); }

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

border-color css

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

 span { border-color: rgb(206,196,254); }

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