Html Css Color HEX #CECBFB Lavender Blue

📋 copy color: '#CECBFB'

red 206 ◦ green 203 ◦ blue 251

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

Shades of Lavender Blue #CECBFB

Tints of Lavender Blue #CECBFB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.76%

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

R = 31.21%
G = 30.76%
B = 38.03%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CECBFB (or 0xCECBFB) is known color: Lavender Blue. HEX triplet: CE, CB and FB. RGB value is (206,203,251). Sum of RGB (Red+Green+Blue) = 206+203+251=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #CECBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBFB is #313404. Grayscale: #D1D1D1. Windows color (decimal): -3224581 or 16501710. OLE color: 16501710.

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

Color convert

RGB 206 203 251 -
CMYK 0.18 0.19 0 0.02
HSL 243.75º 0.86% 0.89% -
HSV(B) 243.75º 0.19% 0.98% -
XYZ 64.22 62.8 100 -
YUV 209.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 206 203 251 0.18 0.19 0 0.02 243.75 0.86 0.89
Hex CE CB FB 12 13 0 2 F4 56 59
Octal 316 313 373 22 23 0 2 364 126 131
Binary 11001110 11001011 11111011 10010 10011 0 10 11110100 1010110 1011001

Color Harmonies of #CECBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECBFB

Black with #CECBFB

Text Example


Text Example

White with #CECBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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