Html Css Color HEX #D8DDE0 Pattens Blue

📋 copy color: '#D8DDE0'

red 216 ◦ green 221 ◦ blue 224

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

Shades of Pattens Blue #D8DDE0

Tints of Pattens Blue #D8DDE0

RGB

 RED value IS 216 (84.77% from 255) = 32.68%

 GREEN value IS 221 (86.72% from 255) = 33.43%

 BLUE value IS 224 (87.89% from 255) = 33.89%

R = 32.68%
G = 33.43%
B = 33.89%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D8DDE0 (or 0xD8DDE0) is known color: Pattens Blue. HEX triplet: D8, DD and E0. RGB value is (216,221,224). Sum of RGB (Red+Green+Blue) = 216+221+224=661 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.68% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 224 - color contains mainly: blue. Hex color #D8DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDE0 is #27221F. Grayscale: #DBDBDB. Windows color (decimal): -2564640 or 14736856. OLE color: 14736856.

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

Color convert

RGB 216 221 224 -
CMYK 0.04 0.01 0 0.12
HSL 202.5º 0.11% 0.86% -
HSV(B) 202.5º 0.04% 0.88% -
XYZ 67.63 71.69 80.79 -
YUV 219.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 216 221 224 0.04 0.01 0 0.12 202.5 0.11 0.86
Hex D8 DD E0 4 1 0 C CA B 56
Octal 330 335 340 4 1 0 14 312 13 126
Binary 11011000 11011101 11100000 100 1 0 1100 11001010 1011 1010110

Color Harmonies of #D8DDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDE0

Black with #D8DDE0

Text Example


Text Example

White with #D8DDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDE0; }

 p { color: rgb(216,221,224); }

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

background-color css

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

 a { background-color: rgb(216,221,224); }

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

border-color css

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

 span { border-color: rgb(216,221,224); }

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