Html Css Color HEX #CEC0FA Lavender Blue

📋 copy color: '#CEC0FA'

red 206 ◦ green 192 ◦ blue 250

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

Shades of Lavender Blue #CEC0FA

Tints of Lavender Blue #CEC0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.58%

R = 31.79%
G = 29.63%
B = 38.58%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEC0FA (or 0xCEC0FA) is known color: Lavender Blue. HEX triplet: CE, C0 and FA. RGB value is (206,192,250). Sum of RGB (Red+Green+Blue) = 206+192+250=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEC0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC0FA is #313F05. Grayscale: #CACACA. Windows color (decimal): -3227398 or 16433358. OLE color: 16433358.

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

Color convert

RGB 206 192 250 -
CMYK 0.18 0.23 0 0.02
HSL 254.48º 0.85% 0.87% -
HSV(B) 254.48º 0.23% 0.98% -
XYZ 61.56 57.72 98.34 -
YUV 202.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 206 192 250 0.18 0.23 0 0.02 254.48 0.85 0.87
Hex CE C0 FA 12 17 0 2 FE 55 57
Octal 316 300 372 22 27 0 2 376 125 127
Binary 11001110 11000000 11111010 10010 10111 0 10 11111110 1010101 1010111

Color Harmonies of #CEC0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC0FA

Black with #CEC0FA

Text Example


Text Example

White with #CEC0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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