Html Css Color HEX #CEC7FE Lavender Blue

📋 copy color: '#CEC7FE'

red 206 ◦ green 199 ◦ blue 254

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

Shades of Lavender Blue #CEC7FE

Tints of Lavender Blue #CEC7FE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.2%

 BLUE value IS 254 (99.61% from 255) = 38.54%

R = 31.26%
G = 30.2%
B = 38.54%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEC7FE (or 0xCEC7FE) is known color: Lavender Blue. HEX triplet: CE, C7 and FE. RGB value is (206,199,254). Sum of RGB (Red+Green+Blue) = 206+199+254=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEC7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC7FE is #313801. Grayscale: #CFCFCF. Windows color (decimal): -3225602 or 16697294. OLE color: 16697294.

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

Color convert

RGB 206 199 254 -
CMYK 0.19 0.22 0 0.00
HSL 247.64º 0.96% 0.89% -
HSV(B) 247.64º 0.22% 1% -
XYZ 63.77 61.12 102.2 -
YUV 207.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 206 199 254 0.19 0.22 0 0.00 247.64 0.96 0.89
Hex CE C7 FE 13 16 0 0 F8 60 59
Octal 316 307 376 23 26 0 0 370 140 131
Binary 11001110 11000111 11111110 10011 10110 0 0 11111000 1100000 1011001

Color Harmonies of #CEC7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC7FE

Black with #CEC7FE

Text Example


Text Example

White with #CEC7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC7FE; }

 p { color: rgb(206,199,254); }

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

background-color css

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

 a { background-color: rgb(206,199,254); }

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

border-color css

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

 span { border-color: rgb(206,199,254); }

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