Html Css Color HEX #CEC2FE Lavender Blue

📋 copy color: '#CEC2FE'

red 206 ◦ green 194 ◦ blue 254

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

Shades of Lavender Blue #CEC2FE

Tints of Lavender Blue #CEC2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.66%

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

R = 31.5%
G = 29.66%
B = 38.84%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEC2FE (or 0xCEC2FE) is known color: Lavender Blue. HEX triplet: CE, C2 and FE. RGB value is (206,194,254). Sum of RGB (Red+Green+Blue) = 206+194+254=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2FE is #313D01. Grayscale: #CCCCCC. Windows color (decimal): -3226882 or 16696014. OLE color: 16696014.

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

Color convert

RGB 206 194 254 -
CMYK 0.19 0.24 0 0.00
HSL 252º 0.97% 0.88% -
HSV(B) 252º 0.24% 1% -
XYZ 62.63 58.86 101.83 -
YUV 204.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 206 194 254 0.19 0.24 0 0.00 252 0.97 0.88
Hex CE C2 FE 13 18 0 0 FC 61 58
Octal 316 302 376 23 30 0 0 374 141 130
Binary 11001110 11000010 11111110 10011 11000 0 0 11111100 1100001 1011000

Color Harmonies of #CEC2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC2FE

Black with #CEC2FE

Text Example


Text Example

White with #CEC2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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