Html Css Color HEX #CEC9FB Lavender Blue

📋 copy color: '#CEC9FB'

red 206 ◦ green 201 ◦ blue 251

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

Shades of Lavender Blue #CEC9FB

Tints of Lavender Blue #CEC9FB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.55%

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

R = 31.31%
G = 30.55%
B = 38.15%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEC9FB (or 0xCEC9FB) is known color: Lavender Blue. HEX triplet: CE, C9 and FB. RGB value is (206,201,251). Sum of RGB (Red+Green+Blue) = 206+201+251=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEC9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9FB is #313604. Grayscale: #D0D0D0. Windows color (decimal): -3225093 or 16501198. OLE color: 16501198.

HSL color Cylindrical-coordinate representation of color #CEC9FB: hue angle of 246º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEC9FB is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 201 251 -
CMYK 0.18 0.20 0 0.02
HSL 246º 0.86% 0.89% -
HSV(B) 246º 0.2% 0.98% -
XYZ 63.75 61.86 99.85 -
YUV 208.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 206 201 251 0.18 0.20 0 0.02 246 0.86 0.89
Hex CE C9 FB 12 14 0 2 F6 56 59
Octal 316 311 373 22 24 0 2 366 126 131
Binary 11001110 11001001 11111011 10010 10100 0 10 11110110 1010110 1011001

Color Harmonies of #CEC9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC9FB

Black with #CEC9FB

Text Example


Text Example

White with #CEC9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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