Html Css Color HEX #D7E3F1 Pattens Blue

📋 copy color: '#D7E3F1'

red 215 ◦ green 227 ◦ blue 241

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

Shades of Pattens Blue #D7E3F1

Tints of Pattens Blue #D7E3F1

RGB

 RED value IS 215 (84.38% from 255) = 31.48%

 GREEN value IS 227 (89.06% from 255) = 33.24%

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

R = 31.48%
G = 33.24%
B = 35.29%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D7E3F1 (or 0xD7E3F1) is known color: Pattens Blue. HEX triplet: D7, E3 and F1. RGB value is (215,227,241). Sum of RGB (Red+Green+Blue) = 215+227+241=683 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.48% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7E3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E3F1 is #281C0E. Grayscale: #E0E0E0. Windows color (decimal): -2628623 or 15852503. OLE color: 15852503.

HSL color Cylindrical-coordinate representation of color #D7E3F1: hue angle of 212.31º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7E3F1 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 227 241 -
CMYK 0.11 0.06 0 0.05
HSL 212.31º 0.48% 0.89% -
HSV(B) 212.31º 0.11% 0.95% -
XYZ 71.37 75.74 94.08 -
YUV 225.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 215 227 241 0.11 0.06 0 0.05 212.31 0.48 0.89
Hex D7 E3 F1 B 6 0 5 D4 30 59
Octal 327 343 361 13 6 0 5 324 60 131
Binary 11010111 11100011 11110001 1011 110 0 101 11010100 110000 1011001

Color Harmonies of #D7E3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E3F1

Black with #D7E3F1

Text Example


Text Example

White with #D7E3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E3F1; }

 p { color: rgb(215,227,241); }

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

background-color css

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

 a { background-color: rgb(215,227,241); }

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

border-color css

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

 span { border-color: rgb(215,227,241); }

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