#CDCDDB

Color #CDCDDB Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #CDCDDB

Tints of Lavender Grey #CDCDDB

Color information

#CDCDDB (or 0xCDCDDB) is unknown color: approx Lavender Grey. HEX triplet: CD, CD and DB. RGB value is (205,205,219). Sum of RGB (Red+Green+Blue) = 205+205+219=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDCDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDDB is #323224. Grayscale: #CECECE. Windows color (decimal): -3289637 or 14405069. OLE color: 14405069.

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

Color convert

RGB205205219-
CMYK0.060.0600.14
HSL240º16.28%83.14%-
HSV(B)240º6.39%85.88%-
XYZ59.7961.7675.79-
YUV206.6135126.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.59%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 219 (85.94% from 255) = 34.82%
R=32.59%
G=32.59%
B=34.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052052190.060.0600.1424016.2883.14
HexCDCDDB660Ef01053
Octal3153153336601636020123
Binary1100110111001101110110111101100111011110000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDDB; }

 p { color: rgb(205,205,219); }

 H1.HeaderClassName
 {
   color: #CDCDDB;
 }
 .AnyTagClassName
 {
   color: #CDCDDB;
 }
</style>
background-color css

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

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

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

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

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

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