Html Css Color HEX #CECDDD Lavender Grey

📋 copy color: '#CECDDD'

red 206 ◦ green 205 ◦ blue 221

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

Shades of Lavender Grey #CECDDD

Tints of Lavender Grey #CECDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.97%

R = 32.59%
G = 32.44%
B = 34.97%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CECDDD (or 0xCECDDD) is known color: Lavender Grey. HEX triplet: CE, CD and DD. RGB value is (206,205,221). Sum of RGB (Red+Green+Blue) = 206+205+221=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #CECDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDDD is #313222. Grayscale: #CFCFCF. Windows color (decimal): -3224099 or 14536142. OLE color: 14536142.

HSL color Cylindrical-coordinate representation of color #CECDDD: hue angle of 243.75º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CECDDD is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 205 221 -
CMYK 0.07 0.07 0 0.13
HSL 243.75º 0.19% 0.84% -
HSV(B) 243.75º 0.07% 0.87% -
XYZ 60.34 62 77.19 -
YUV 207.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 206 205 221 0.07 0.07 0 0.13 243.75 0.19 0.84
Hex CE CD DD 7 7 0 D F4 13 54
Octal 316 315 335 7 7 0 15 364 23 124
Binary 11001110 11001101 11011101 111 111 0 1101 11110100 10011 1010100

Color Harmonies of #CECDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECDDD

Black with #CECDDD

Text Example


Text Example

White with #CECDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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