Html Css Color HEX #D1DCE7 Pattens Blue

📋 copy color: '#D1DCE7'

red 209 ◦ green 220 ◦ blue 231

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

Shades of Pattens Blue #D1DCE7

Tints of Pattens Blue #D1DCE7

RGB

 RED value IS 209 (82.03% from 255) = 31.67%

 GREEN value IS 220 (86.33% from 255) = 33.33%

 BLUE value IS 231 (90.63% from 255) = 35%

R = 31.67%
G = 33.33%
B = 35%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D1DCE7 (or 0xD1DCE7) is known color: Pattens Blue. HEX triplet: D1, DC and E7. RGB value is (209,220,231). Sum of RGB (Red+Green+Blue) = 209+220+231=660 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.67% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 231 - color contains mainly: blue. Hex color #D1DCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DCE7 is #2E2318. Grayscale: #D9D9D9. Windows color (decimal): -3023641 or 15195345. OLE color: 15195345.

HSL color Cylindrical-coordinate representation of color #D1DCE7: hue angle of 210º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1DCE7 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 220 231 -
CMYK 0.10 0.05 0 0.09
HSL 210º 0.31% 0.86% -
HSV(B) 210º 0.1% 0.91% -
XYZ 66.31 70.51 85.72 -
YUV 217.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 209 220 231 0.10 0.05 0 0.09 210 0.31 0.86
Hex D1 DC E7 A 5 0 9 D2 1F 56
Octal 321 334 347 12 5 0 11 322 37 126
Binary 11010001 11011100 11100111 1010 101 0 1001 11010010 11111 1010110

Color Harmonies of #D1DCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DCE7

Black with #D1DCE7

Text Example


Text Example

White with #D1DCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DCE7; }

 p { color: rgb(209,220,231); }

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

background-color css

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

 a { background-color: rgb(209,220,231); }

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

border-color css

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

 span { border-color: rgb(209,220,231); }

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