Html Css Color HEX #D7E4F1 Pattens Blue

📋 copy color: '#D7E4F1'

red 215 ◦ green 228 ◦ blue 241

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

Shades of Pattens Blue #D7E4F1

Tints of Pattens Blue #D7E4F1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.33%

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

R = 31.43%
G = 33.33%
B = 35.23%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D7E4F1 (or 0xD7E4F1) is known color: Pattens Blue. HEX triplet: D7, E4 and F1. RGB value is (215,228,241). Sum of RGB (Red+Green+Blue) = 215+228+241=684 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.43% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7E4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E4F1 is #281B0E. Grayscale: #E1E1E1. Windows color (decimal): -2628367 or 15852759. OLE color: 15852759.

HSL color Cylindrical-coordinate representation of color #D7E4F1: hue angle of 210º 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 #D7E4F1 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 228 241 -
CMYK 0.11 0.05 0 0.05
HSL 210º 0.48% 0.89% -
HSV(B) 210º 0.11% 0.95% -
XYZ 71.64 76.28 94.17 -
YUV 225.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 215 228 241 0.11 0.05 0 0.05 210 0.48 0.89
Hex D7 E4 F1 B 5 0 5 D2 30 59
Octal 327 344 361 13 5 0 5 322 60 131
Binary 11010111 11100100 11110001 1011 101 0 101 11010010 110000 1011001

Color Harmonies of #D7E4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E4F1

Black with #D7E4F1

Text Example


Text Example

White with #D7E4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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