Html Css Color HEX #CECBF1 Lavender Blue

📋 copy color: '#CECBF1'

red 206 ◦ green 203 ◦ blue 241

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

Shades of Lavender Blue #CECBF1

Tints of Lavender Blue #CECBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.08%

R = 31.69%
G = 31.23%
B = 37.08%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CECBF1 (or 0xCECBF1) is known color: Lavender Blue. HEX triplet: CE, CB and F1. RGB value is (206,203,241). Sum of RGB (Red+Green+Blue) = 206+203+241=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #CECBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBF1 is #31340E. Grayscale: #D0D0D0. Windows color (decimal): -3224591 or 15846350. OLE color: 15846350.

HSL color Cylindrical-coordinate representation of color #CECBF1: hue angle of 244.74º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CECBF1 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 203 241 -
CMYK 0.15 0.16 0 0.05
HSL 244.74º 0.58% 0.87% -
HSV(B) 244.74º 0.16% 0.95% -
XYZ 62.69 62.18 91.92 -
YUV 208.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 206 203 241 0.15 0.16 0 0.05 244.74 0.58 0.87
Hex CE CB F1 F 10 0 5 F5 3A 57
Octal 316 313 361 17 20 0 5 365 72 127
Binary 11001110 11001011 11110001 1111 10000 0 101 11110101 111010 1010111

Color Harmonies of #CECBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECBF1

Black with #CECBF1

Text Example


Text Example

White with #CECBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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