Html Css Color HEX #CECDDC Lavender Grey

📋 copy color: '#CECDDC'

red 206 ◦ green 205 ◦ blue 220

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

Shades of Lavender Grey #CECDDC

Tints of Lavender Grey #CECDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.87%

R = 32.65%
G = 32.49%
B = 34.87%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CECDDC (or 0xCECDDC) is known color: Lavender Grey. HEX triplet: CE, CD and DC. RGB value is (206,205,220). Sum of RGB (Red+Green+Blue) = 206+205+220=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #CECDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDDC is #313223. Grayscale: #CECECE. Windows color (decimal): -3224100 or 14470606. OLE color: 14470606.

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

Color convert

RGB 206 205 220 -
CMYK 0.06 0.07 0 0.14
HSL 244º 0.18% 0.83% -
HSV(B) 244º 0.07% 0.86% -
XYZ 60.2 61.95 76.5 -
YUV 207.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 206 205 220 0.06 0.07 0 0.14 244 0.18 0.83
Hex CE CD DC 6 7 0 E F4 12 53
Octal 316 315 334 6 7 0 16 364 22 123
Binary 11001110 11001101 11011100 110 111 0 1110 11110100 10010 1010011

Color Harmonies of #CECDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECDDC

Black with #CECDDC

Text Example


Text Example

White with #CECDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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