Html Css Color HEX #D1E6F1 Pattens Blue

📋 copy color: '#D1E6F1'

red 209 ◦ green 230 ◦ blue 241

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

Shades of Pattens Blue #D1E6F1

Tints of Pattens Blue #D1E6F1

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.82%

 BLUE value IS 241 (94.53% from 255) = 35.44%

R = 30.74%
G = 33.82%
B = 35.44%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1E6F1 (or 0xD1E6F1) is known color: Pattens Blue. HEX triplet: D1, E6 and F1. RGB value is (209,230,241). Sum of RGB (Red+Green+Blue) = 209+230+241=680 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.74% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1E6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E6F1 is #2E190E. Grayscale: #E0E0E0. Windows color (decimal): -3021071 or 15853265. OLE color: 15853265.

HSL color Cylindrical-coordinate representation of color #D1E6F1: hue angle of 200.62º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1E6F1 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 230 241 -
CMYK 0.13 0.05 0 0.05
HSL 200.63º 0.53% 0.88% -
HSV(B) 200.63º 0.13% 0.95% -
XYZ 70.47 76.5 94.27 -
YUV 224.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 209 230 241 0.13 0.05 0 0.05 200.63 0.53 0.88
Hex D1 E6 F1 D 5 0 5 C9 35 58
Octal 321 346 361 15 5 0 5 311 65 130
Binary 11010001 11100110 11110001 1101 101 0 101 11001001 110101 1011000

Color Harmonies of #D1E6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E6F1

Black with #D1E6F1

Text Example


Text Example

White with #D1E6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E6F1; }

 p { color: rgb(209,230,241); }

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

background-color css

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

 a { background-color: rgb(209,230,241); }

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

border-color css

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

 span { border-color: rgb(209,230,241); }

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