Html Css Color HEX #CEC6FB Lavender Blue

📋 copy color: '#CEC6FB'

red 206 ◦ green 198 ◦ blue 251

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

Shades of Lavender Blue #CEC6FB

Tints of Lavender Blue #CEC6FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.32%

R = 31.45%
G = 30.23%
B = 38.32%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEC6FB (or 0xCEC6FB) is known color: Lavender Blue. HEX triplet: CE, C6 and FB. RGB value is (206,198,251). Sum of RGB (Red+Green+Blue) = 206+198+251=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEC6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC6FB is #313904. Grayscale: #CECECE. Windows color (decimal): -3225861 or 16500430. OLE color: 16500430.

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

Color convert

RGB 206 198 251 -
CMYK 0.18 0.21 0 0.02
HSL 249.06º 0.87% 0.88% -
HSV(B) 249.06º 0.21% 0.98% -
XYZ 63.06 60.48 99.62 -
YUV 206.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 206 198 251 0.18 0.21 0 0.02 249.06 0.87 0.88
Hex CE C6 FB 12 15 0 2 F9 57 58
Octal 316 306 373 22 25 0 2 371 127 130
Binary 11001110 11000110 11111011 10010 10101 0 10 11111001 1010111 1011000

Color Harmonies of #CEC6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC6FB

Black with #CEC6FB

Text Example


Text Example

White with #CEC6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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