Html Css Color HEX #D5DFE5 Pattens Blue

📋 copy color: '#D5DFE5'

red 213 ◦ green 223 ◦ blue 229

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

Shades of Pattens Blue #D5DFE5

Tints of Pattens Blue #D5DFE5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.53%

 BLUE value IS 229 (89.84% from 255) = 34.44%

R = 32.03%
G = 33.53%
B = 34.44%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D5DFE5 (or 0xD5DFE5) is known color: Pattens Blue. HEX triplet: D5, DF and E5. RGB value is (213,223,229). Sum of RGB (Red+Green+Blue) = 213+223+229=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 229 - color contains mainly: blue. Hex color #D5DFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFE5 is #2A201A. Grayscale: #DCDCDC. Windows color (decimal): -2760731 or 15065045. OLE color: 15065045.

HSL color Cylindrical-coordinate representation of color #D5DFE5: hue angle of 202.5º degrees, saturation: 0.24, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5DFE5 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 223 229 -
CMYK 0.07 0.03 0 0.10
HSL 202.5º 0.24% 0.87% -
HSV(B) 202.5º 0.07% 0.9% -
XYZ 67.97 72.58 84.56 -
YUV 220.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 213 223 229 0.07 0.03 0 0.10 202.5 0.24 0.87
Hex D5 DF E5 7 3 0 A CA 18 57
Octal 325 337 345 7 3 0 12 312 30 127
Binary 11010101 11011111 11100101 111 11 0 1010 11001010 11000 1010111

Color Harmonies of #D5DFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFE5

Black with #D5DFE5

Text Example


Text Example

White with #D5DFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFE5; }

 p { color: rgb(213,223,229); }

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

background-color css

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

 a { background-color: rgb(213,223,229); }

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

border-color css

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

 span { border-color: rgb(213,223,229); }

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