Html Css Color HEX #CECDDB Lavender Grey

📋 copy color: '#CECDDB'

red 206 ◦ green 205 ◦ blue 219

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

Shades of Lavender Grey #CECDDB

Tints of Lavender Grey #CECDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.54%

 BLUE value IS 219 (85.94% from 255) = 34.76%

R = 32.7%
G = 32.54%
B = 34.76%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CECDDB (or 0xCECDDB) is known color: Lavender Grey. HEX triplet: CE, CD and DB. RGB value is (206,205,219). Sum of RGB (Red+Green+Blue) = 206+205+219=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #CECDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDDB is #313224. Grayscale: #CECECE. Windows color (decimal): -3224101 or 14405070. OLE color: 14405070.

HSL color Cylindrical-coordinate representation of color #CECDDB: hue angle of 244.29º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECDDB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 205 219 -
CMYK 0.06 0.06 0 0.14
HSL 244.29º 0.16% 0.83% -
HSV(B) 244.29º 0.06% 0.86% -
XYZ 60.07 61.9 75.8 -
YUV 206.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 206 205 219 0.06 0.06 0 0.14 244.29 0.16 0.83
Hex CE CD DB 6 6 0 E F4 10 53
Octal 316 315 333 6 6 0 16 364 20 123
Binary 11001110 11001101 11011011 110 110 0 1110 11110100 10000 1010011

Color Harmonies of #CECDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECDDB

Black with #CECDDB

Text Example


Text Example

White with #CECDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECDDB; }

 p { color: rgb(206,205,219); }

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

background-color css

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

 a { background-color: rgb(206,205,219); }

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

border-color css

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

 span { border-color: rgb(206,205,219); }

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