Html Css Color HEX #D7EAF1 Pattens Blue

📋 copy color: '#D7EAF1'

red 215 ◦ green 234 ◦ blue 241

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

Shades of Pattens Blue #D7EAF1

Tints of Pattens Blue #D7EAF1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.91%

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

R = 31.16%
G = 33.91%
B = 34.93%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D7EAF1 (or 0xD7EAF1) is known color: Pattens Blue. HEX triplet: D7, EA and F1. RGB value is (215,234,241). Sum of RGB (Red+Green+Blue) = 215+234+241=690 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.16% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7EAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EAF1 is #28150E. Grayscale: #E5E5E5. Windows color (decimal): -2626831 or 15854295. OLE color: 15854295.

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

Color convert

RGB 215 234 241 -
CMYK 0.11 0.03 0 0.05
HSL 196.15º 0.48% 0.89% -
HSV(B) 196.15º 0.11% 0.95% -
XYZ 73.32 79.64 94.73 -
YUV 229.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 215 234 241 0.11 0.03 0 0.05 196.15 0.48 0.89
Hex D7 EA F1 B 3 0 5 C4 30 59
Octal 327 352 361 13 3 0 5 304 60 131
Binary 11010111 11101010 11110001 1011 11 0 101 11000100 110000 1011001

Color Harmonies of #D7EAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EAF1

Black with #D7EAF1

Text Example


Text Example

White with #D7EAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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