Html Css Color HEX #CEC1FC Lavender Blue

📋 copy color: '#CEC1FC'

red 206 ◦ green 193 ◦ blue 252

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

Shades of Lavender Blue #CEC1FC

Tints of Lavender Blue #CEC1FC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.65%

 BLUE value IS 252 (98.83% from 255) = 38.71%

R = 31.64%
G = 29.65%
B = 38.71%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEC1FC (or 0xCEC1FC) is known color: Lavender Blue. HEX triplet: CE, C1 and FC. RGB value is (206,193,252). Sum of RGB (Red+Green+Blue) = 206+193+252=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEC1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC1FC is #313E03. Grayscale: #CBCBCB. Windows color (decimal): -3227140 or 16564686. OLE color: 16564686.

HSL color Cylindrical-coordinate representation of color #CEC1FC: hue angle of 253.22º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEC1FC is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 193 252 -
CMYK 0.18 0.23 0 0.01
HSL 253.22º 0.91% 0.87% -
HSV(B) 253.22º 0.23% 0.99% -
XYZ 62.09 58.29 100.07 -
YUV 203.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 206 193 252 0.18 0.23 0 0.01 253.22 0.91 0.87
Hex CE C1 FC 12 17 0 1 FD 5B 57
Octal 316 301 374 22 27 0 1 375 133 127
Binary 11001110 11000001 11111100 10010 10111 0 1 11111101 1011011 1010111

Color Harmonies of #CEC1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC1FC

Black with #CEC1FC

Text Example


Text Example

White with #CEC1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC1FC; }

 p { color: rgb(206,193,252); }

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

background-color css

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

 a { background-color: rgb(206,193,252); }

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

border-color css

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

 span { border-color: rgb(206,193,252); }

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