Html Css Color HEX #DADCDD Pattens Blue

📋 copy color: '#DADCDD'

red 218 ◦ green 220 ◦ blue 221

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

Shades of Pattens Blue #DADCDD

Tints of Pattens Blue #DADCDD

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 value IS 0.01

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DADCDD (or 0xDADCDD) is known color: 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

RGB 218 220 221 -
CMYK 0.01 0.00 0 0.13
HSL 200º 0.04% 0.86% -
HSV(B) 200º 0.01% 0.87% -
XYZ 67.56 71.31 78.61 -
YUV 219.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 218 220 221 0.01 0.00 0 0.13 200 0.04 0.86
Hex DA DC DD 1 0 0 D C8 4 56
Octal 332 334 335 1 0 0 15 310 4 126
Binary 11011010 11011100 11011101 1 0 0 1101 11001000 100 1010110

Color Harmonies of #DADCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCDD

Black with #DADCDD

Text Example


Text Example

White with #DADCDD

Text Example


Text Example

HTML Codes & Css Web 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>