Html Css Color HEX #CEC0FF Lavender Blue

📋 copy color: '#CEC0FF'

red 206 ◦ green 192 ◦ blue 255

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

Shades of Lavender Blue #CEC0FF

Tints of Lavender Blue #CEC0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.05%

R = 31.55%
G = 29.4%
B = 39.05%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEC0FF (or 0xCEC0FF) is known color: Lavender Blue. HEX triplet: CE, C0 and FF. RGB value is (206,192,255). Sum of RGB (Red+Green+Blue) = 206+192+255=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC0FF is #313F00. Grayscale: #CBCBCB. Windows color (decimal): -3227393 or 16761038. OLE color: 16761038.

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

Color convert

RGB 206 192 255 -
CMYK 0.19 0.25 0 0
HSL 253.33º 1% 0.88% -
HSV(B) 253.33º 0.25% 1% -
XYZ 62.35 58.04 102.52 -
YUV 203.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 206 192 255 0.19 0.25 0 0 253.33 1 0.88
Hex CE C0 FF 13 19 0 0 FD 64 58
Octal 316 300 377 23 31 0 0 375 144 130
Binary 11001110 11000000 11111111 10011 11001 0 0 11111101 1100100 1011000

Color Harmonies of #CEC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC0FF

Black with #CEC0FF

Text Example


Text Example

White with #CEC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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