Html Css Color HEX #CDCCDD Lavender Grey

📋 copy color: '#CDCCDD'

red 205 ◦ green 204 ◦ blue 221

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

Shades of Lavender Grey #CDCCDD

Tints of Lavender Grey #CDCCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.38%

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

R = 32.54%
G = 32.38%
B = 35.08%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CDCCDD (or 0xCDCCDD) is known color: Lavender Grey. HEX triplet: CD, CC and DD. RGB value is (205,204,221). Sum of RGB (Red+Green+Blue) = 205+204+221=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCDD is #323322. Grayscale: #CECECE. Windows color (decimal): -3289891 or 14535885. OLE color: 14535885.

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

Color convert

RGB 205 204 221 -
CMYK 0.07 0.08 0 0.13
HSL 243.53º 0.2% 0.83% -
HSV(B) 243.53º 0.08% 0.87% -
XYZ 59.82 61.39 77.1 -
YUV 206.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 205 204 221 0.07 0.08 0 0.13 243.53 0.2 0.83
Hex CD CC DD 7 8 0 D F4 14 53
Octal 315 314 335 7 10 0 15 364 24 123
Binary 11001101 11001100 11011101 111 1000 0 1101 11110100 10100 1010011

Color Harmonies of #CDCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCCDD

Black with #CDCCDD

Text Example


Text Example

White with #CDCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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