#DADCDD

Color #DADCDD Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DADCDD

Tints of Pattens Blue #DADCDD

Color information

#DADCDD (or 0xDADCDD) is unknown color: approx Pattens Blue. HEX triplet: DA, DC and DD. RGB value is (218,220,221). Sum of RGB (Red+Green+Blue) = 218+220+221=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 221 - color contains mainly: blue. Hex color #DADCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCDD is #252322. Grayscale: #DBDBDB. Windows color (decimal): -2433827 or 14539994. OLE color: 14539994.

HSL color Cylindrical-coordinate representation of color #DADCDD: hue angle of 200º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DADCDD is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218220221-
CMYK0.010.0000.13
HSL200º4.23%86.08%-
HSV(B)200º1.36%86.67%-
XYZ67.5671.3178.61-
YUV219.52128.84126.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.08%
GREEN value IS 220 (86.33% from 255) = 33.38%
BLUE value IS 221 (86.72% from 255) = 33.54%
R=33.08%
G=33.38%
B=33.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182202210.010.0000.132004.2386.08
HexDADCDD100Dc8456
Octal332334335100153104126
Binary1101101011011100110111011001101110010001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCDD; }

 p { color: rgb(218,220,221); }

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

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

 a { background-color: rgb(218,220,221); }

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

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

 span { border-color: rgb(218,220,221); }

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