Html Css Color HEX #CECBF5 Lavender Blue

📋 copy color: '#CECBF5'

red 206 ◦ green 203 ◦ blue 245

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

Shades of Lavender Blue #CECBF5

Tints of Lavender Blue #CECBF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.46%

R = 31.5%
G = 31.04%
B = 37.46%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CECBF5 (or 0xCECBF5) is known color: Lavender Blue. HEX triplet: CE, CB and F5. RGB value is (206,203,245). Sum of RGB (Red+Green+Blue) = 206+203+245=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #CECBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBF5 is #31340A. Grayscale: #D0D0D0. Windows color (decimal): -3224587 or 16108494. OLE color: 16108494.

HSL color Cylindrical-coordinate representation of color #CECBF5: hue angle of 244.29º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECBF5 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 203 245 -
CMYK 0.16 0.17 0 0.04
HSL 244.29º 0.68% 0.88% -
HSV(B) 244.29º 0.17% 0.96% -
XYZ 63.29 62.43 95.1 -
YUV 208.69 148.49 126.08 -
System Red Green Blue C M Y K H S L
Decimal 206 203 245 0.16 0.17 0 0.04 244.29 0.68 0.88
Hex CE CB F5 10 11 0 4 F4 44 58
Octal 316 313 365 20 21 0 4 364 104 130
Binary 11001110 11001011 11110101 10000 10001 0 100 11110100 1000100 1011000

Color Harmonies of #CECBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECBF5

Black with #CECBF5

Text Example


Text Example

White with #CECBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECBF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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