Html Css Color HEX #CECDD7 Lavender Grey

📋 copy color: '#CECDD7'

red 206 ◦ green 205 ◦ blue 215

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

Shades of Lavender Grey #CECDD7

Tints of Lavender Grey #CECDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.35%

R = 32.91%
G = 32.75%
B = 34.35%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CECDD7 (or 0xCECDD7) is known color: Lavender Grey. HEX triplet: CE, CD and D7. RGB value is (206,205,215). Sum of RGB (Red+Green+Blue) = 206+205+215=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 215 - color contains mainly: blue. Hex color #CECDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDD7 is #313228. Grayscale: #CECECE. Windows color (decimal): -3224105 or 14142926. OLE color: 14142926.

HSL color Cylindrical-coordinate representation of color #CECDD7: hue angle of 246º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CECDD7 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 205 215 -
CMYK 0.04 0.05 0 0.16
HSL 246º 0.11% 0.82% -
HSV(B) 246º 0.05% 0.84% -
XYZ 59.55 61.69 73.06 -
YUV 206.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 206 205 215 0.04 0.05 0 0.16 246 0.11 0.82
Hex CE CD D7 4 5 0 10 F6 B 52
Octal 316 315 327 4 5 0 20 366 13 122
Binary 11001110 11001101 11010111 100 101 0 10000 11110110 1011 1010010

Color Harmonies of #CECDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECDD7

Black with #CECDD7

Text Example


Text Example

White with #CECDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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