Html Css Color HEX #CEC0FC Lavender Blue

📋 copy color: '#CEC0FC'

red 206 ◦ green 192 ◦ blue 252

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

Shades of Lavender Blue #CEC0FC

Tints of Lavender Blue #CEC0FC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.54%

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

R = 31.69%
G = 29.54%
B = 38.77%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEC0FC (or 0xCEC0FC) is known color: Lavender Blue. HEX triplet: CE, C0 and FC. RGB value is (206,192,252). Sum of RGB (Red+Green+Blue) = 206+192+252=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEC0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC0FC is #313F03. Grayscale: #CACACA. Windows color (decimal): -3227396 or 16564430. OLE color: 16564430.

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

Color convert

RGB 206 192 252 -
CMYK 0.18 0.24 0 0.01
HSL 254º 0.91% 0.87% -
HSV(B) 254º 0.24% 0.99% -
XYZ 61.87 57.85 100 -
YUV 203.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 206 192 252 0.18 0.24 0 0.01 254 0.91 0.87
Hex CE C0 FC 12 18 0 1 FE 5B 57
Octal 316 300 374 22 30 0 1 376 133 127
Binary 11001110 11000000 11111100 10010 11000 0 1 11111110 1011011 1010111

Color Harmonies of #CEC0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC0FC

Black with #CEC0FC

Text Example


Text Example

White with #CEC0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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