Html Css Color HEX #CECBED Lavender Blue

📋 copy color: '#CECBED'

red 206 ◦ green 203 ◦ blue 237

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

Shades of Lavender Blue #CECBED

Tints of Lavender Blue #CECBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.69%

R = 31.89%
G = 31.42%
B = 36.69%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CECBED (or 0xCECBED) is known color: Lavender Blue. HEX triplet: CE, CB and ED. RGB value is (206,203,237). Sum of RGB (Red+Green+Blue) = 206+203+237=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #CECBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBED is #313412. Grayscale: #CFCFCF. Windows color (decimal): -3224595 or 15584206. OLE color: 15584206.

HSL color Cylindrical-coordinate representation of color #CECBED: hue angle of 245.29º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECBED is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 203 237 -
CMYK 0.13 0.14 0 0.07
HSL 245.29º 0.49% 0.86% -
HSV(B) 245.29º 0.14% 0.93% -
XYZ 62.1 61.95 88.81 -
YUV 207.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 206 203 237 0.13 0.14 0 0.07 245.29 0.49 0.86
Hex CE CB ED D E 0 7 F5 31 56
Octal 316 313 355 15 16 0 7 365 61 126
Binary 11001110 11001011 11101101 1101 1110 0 111 11110101 110001 1010110

Color Harmonies of #CECBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECBED

Black with #CECBED

Text Example


Text Example

White with #CECBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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