Html Css Color HEX #CEC6FF Lavender Blue

📋 copy color: '#CEC6FF'

red 206 ◦ green 198 ◦ blue 255

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

Shades of Lavender Blue #CEC6FF

Tints of Lavender Blue #CEC6FF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.05%

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

R = 31.26%
G = 30.05%
B = 38.69%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEC6FF (or 0xCEC6FF) is known color: Lavender Blue. HEX triplet: CE, C6 and FF. RGB value is (206,198,255). Sum of RGB (Red+Green+Blue) = 206+198+255=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC6FF is #313900. Grayscale: #CECECE. Windows color (decimal): -3225857 or 16762574. OLE color: 16762574.

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

Color convert

RGB 206 198 255 -
CMYK 0.19 0.22 0 0
HSL 248.42º 1% 0.89% -
HSV(B) 248.42º 0.22% 1% -
XYZ 63.7 60.73 102.97 -
YUV 206.89 155.15 127.37 -
System Red Green Blue C M Y K H S L
Decimal 206 198 255 0.19 0.22 0 0 248.42 1 0.89
Hex CE C6 FF 13 16 0 0 F8 64 59
Octal 316 306 377 23 26 0 0 370 144 131
Binary 11001110 11000110 11111111 10011 10110 0 0 11111000 1100100 1011001

Color Harmonies of #CEC6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC6FF

Black with #CEC6FF

Text Example


Text Example

White with #CEC6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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