Html Css Color HEX #CEC5FF Lavender Blue

📋 copy color: '#CEC5FF'

red 206 ◦ green 197 ◦ blue 255

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

Shades of Lavender Blue #CEC5FF

Tints of Lavender Blue #CEC5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.94%

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

R = 31.31%
G = 29.94%
B = 38.75%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEC5FF (or 0xCEC5FF) is known color: Lavender Blue. HEX triplet: CE, C5 and FF. RGB value is (206,197,255). Sum of RGB (Red+Green+Blue) = 206+197+255=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC5FF is #313A00. Grayscale: #CECECE. Windows color (decimal): -3226113 or 16762318. OLE color: 16762318.

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

Color convert

RGB 206 197 255 -
CMYK 0.19 0.23 0 0
HSL 249.31º 1% 0.89% -
HSV(B) 249.31º 0.23% 1% -
XYZ 63.47 60.27 102.9 -
YUV 206.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 206 197 255 0.19 0.23 0 0 249.31 1 0.89
Hex CE C5 FF 13 17 0 0 F9 64 59
Octal 316 305 377 23 27 0 0 371 144 131
Binary 11001110 11000101 11111111 10011 10111 0 0 11111001 1100100 1011001

Color Harmonies of #CEC5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC5FF

Black with #CEC5FF

Text Example


Text Example

White with #CEC5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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