Html Css Color HEX #D1E5FD Pattens Blue

📋 copy color: '#D1E5FD'

red 209 ◦ green 229 ◦ blue 253

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

Shades of Pattens Blue #D1E5FD

Tints of Pattens Blue #D1E5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.14%

 BLUE value IS 253 (99.22% from 255) = 36.61%

R = 30.25%
G = 33.14%
B = 36.61%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1E5FD (or 0xD1E5FD) is known color: Pattens Blue. HEX triplet: D1, E5 and FD. RGB value is (209,229,253). Sum of RGB (Red+Green+Blue) = 209+229+253=691 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.25% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E5FD is #2E1A02. Grayscale: #E1E1E1. Windows color (decimal): -3021315 or 16639441. OLE color: 16639441.

HSL color Cylindrical-coordinate representation of color #D1E5FD: hue angle of 212.73º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1E5FD is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 229 253 -
CMYK 0.17 0.09 0 0.01
HSL 212.73º 0.92% 0.91% -
HSV(B) 212.73º 0.17% 0.99% -
XYZ 72.04 76.69 103.93 -
YUV 225.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 209 229 253 0.17 0.09 0 0.01 212.73 0.92 0.91
Hex D1 E5 FD 11 9 0 1 D5 5C 5B
Octal 321 345 375 21 11 0 1 325 134 133
Binary 11010001 11100101 11111101 10001 1001 0 1 11010101 1011100 1011011

Color Harmonies of #D1E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E5FD

Black with #D1E5FD

Text Example


Text Example

White with #D1E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E5FD; }

 p { color: rgb(209,229,253); }

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

background-color css

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

 a { background-color: rgb(209,229,253); }

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

border-color css

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

 span { border-color: rgb(209,229,253); }

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