Html Css Color HEX #D5DADE Pattens Blue

📋 copy color: '#D5DADE'

red 213 ◦ green 218 ◦ blue 222

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

Shades of Pattens Blue #D5DADE

Tints of Pattens Blue #D5DADE

RGB

 RED value IS 213 (83.59% from 255) = 32.62%

 GREEN value IS 218 (85.55% from 255) = 33.38%

 BLUE value IS 222 (87.11% from 255) = 34%

R = 32.62%
G = 33.38%
B = 34%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5DADE (or 0xD5DADE) is known color: Pattens Blue. HEX triplet: D5, DA and DE. RGB value is (213,218,222). Sum of RGB (Red+Green+Blue) = 213+218+222=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DADE is #2A2521. Grayscale: #D8D8D8. Windows color (decimal): -2762018 or 14605013. OLE color: 14605013.

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

Color convert

RGB 213 218 222 -
CMYK 0.04 0.02 0 0.13
HSL 206.67º 0.12% 0.85% -
HSV(B) 206.67º 0.04% 0.87% -
XYZ 65.7 69.56 79.07 -
YUV 216.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 213 218 222 0.04 0.02 0 0.13 206.67 0.12 0.85
Hex D5 DA DE 4 2 0 D CF C 55
Octal 325 332 336 4 2 0 15 317 14 125
Binary 11010101 11011010 11011110 100 10 0 1101 11001111 1100 1010101

Color Harmonies of #D5DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DADE

Black with #D5DADE

Text Example


Text Example

White with #D5DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DADE; }

 p { color: rgb(213,218,222); }

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

background-color css

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

 a { background-color: rgb(213,218,222); }

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

border-color css

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

 span { border-color: rgb(213,218,222); }

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