Html Css Color HEX #CECBF0 Lavender Blue

📋 copy color: '#CECBF0'

red 206 ◦ green 203 ◦ blue 240

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

Shades of Lavender Blue #CECBF0

Tints of Lavender Blue #CECBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.98%

R = 31.74%
G = 31.28%
B = 36.98%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CECBF0 (or 0xCECBF0) is known color: Lavender Blue. HEX triplet: CE, CB and F0. RGB value is (206,203,240). Sum of RGB (Red+Green+Blue) = 206+203+240=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #CECBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBF0 is #31340F. Grayscale: #CFCFCF. Windows color (decimal): -3224592 or 15780814. OLE color: 15780814.

HSL color Cylindrical-coordinate representation of color #CECBF0: hue angle of 244.86º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECBF0 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 203 240 -
CMYK 0.14 0.15 0 0.06
HSL 244.86º 0.55% 0.87% -
HSV(B) 244.86º 0.15% 0.94% -
XYZ 62.54 62.12 91.13 -
YUV 208.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 206 203 240 0.14 0.15 0 0.06 244.86 0.55 0.87
Hex CE CB F0 E F 0 6 F5 37 57
Octal 316 313 360 16 17 0 6 365 67 127
Binary 11001110 11001011 11110000 1110 1111 0 110 11110101 110111 1010111

Color Harmonies of #CECBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECBF0

Black with #CECBF0

Text Example


Text Example

White with #CECBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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