Html Css Color HEX #CECDD9 Lavender Grey

📋 copy color: '#CECDD9'

red 206 ◦ green 205 ◦ blue 217

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

Shades of Lavender Grey #CECDD9

Tints of Lavender Grey #CECDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.55%

R = 32.8%
G = 32.64%
B = 34.55%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CECDD9 (or 0xCECDD9) is known color: Lavender Grey. HEX triplet: CE, CD and D9. RGB value is (206,205,217). Sum of RGB (Red+Green+Blue) = 206+205+217=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 217 - color contains mainly: blue. Hex color #CECDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDD9 is #313226. Grayscale: #CECECE. Windows color (decimal): -3224103 or 14273998. OLE color: 14273998.

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

Color convert

RGB 206 205 217 -
CMYK 0.05 0.06 0 0.15
HSL 245º 0.14% 0.83% -
HSV(B) 245º 0.06% 0.85% -
XYZ 59.81 61.79 74.42 -
YUV 206.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 206 205 217 0.05 0.06 0 0.15 245 0.14 0.83
Hex CE CD D9 5 6 0 F F5 E 53
Octal 316 315 331 5 6 0 17 365 16 123
Binary 11001110 11001101 11011001 101 110 0 1111 11110101 1110 1010011

Color Harmonies of #CECDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECDD9

Black with #CECDD9

Text Example


Text Example

White with #CECDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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