Html Css Color HEX #D7E8F1 Pattens Blue

📋 copy color: '#D7E8F1'

red 215 ◦ green 232 ◦ blue 241

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

Shades of Pattens Blue #D7E8F1

Tints of Pattens Blue #D7E8F1

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.72%

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

R = 31.25%
G = 33.72%
B = 35.03%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D7E8F1 (or 0xD7E8F1) is known color: Pattens Blue. HEX triplet: D7, E8 and F1. RGB value is (215,232,241). Sum of RGB (Red+Green+Blue) = 215+232+241=688 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.25% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7E8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7E8F1 is #28170E. Grayscale: #E3E3E3. Windows color (decimal): -2627343 or 15853783. OLE color: 15853783.

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

Color convert

RGB 215 232 241 -
CMYK 0.11 0.04 0 0.05
HSL 200.77º 0.48% 0.89% -
HSV(B) 200.77º 0.11% 0.95% -
XYZ 72.76 78.51 94.54 -
YUV 227.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 215 232 241 0.11 0.04 0 0.05 200.77 0.48 0.89
Hex D7 E8 F1 B 4 0 5 C9 30 59
Octal 327 350 361 13 4 0 5 311 60 131
Binary 11010111 11101000 11110001 1011 100 0 101 11001001 110000 1011001

Color Harmonies of #D7E8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E8F1

Black with #D7E8F1

Text Example


Text Example

White with #D7E8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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