Html Css Color HEX #D9E8F1 Pattens Blue

📋 copy color: '#D9E8F1'

red 217 ◦ green 232 ◦ blue 241

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

Shades of Pattens Blue #D9E8F1

Tints of Pattens Blue #D9E8F1

RGB

 RED value IS 217 (85.16% from 255) = 31.45%

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

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

R = 31.45%
G = 33.62%
B = 34.93%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9E8F1 (or 0xD9E8F1) is known color: Pattens Blue. HEX triplet: D9, E8 and F1. RGB value is (217,232,241). Sum of RGB (Red+Green+Blue) = 217+232+241=690 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.45% from 690); Green value is 232 (91.02% from 255 or 33.62% 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 #D9E8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E8F1 is #26170E. Grayscale: #E4E4E4. Windows color (decimal): -2496271 or 15853785. OLE color: 15853785.

HSL color Cylindrical-coordinate representation of color #D9E8F1: hue angle of 202.5º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9E8F1 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 232 241 -
CMYK 0.10 0.04 0 0.05
HSL 202.5º 0.46% 0.9% -
HSV(B) 202.5º 0.1% 0.95% -
XYZ 73.35 78.82 94.57 -
YUV 228.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 217 232 241 0.10 0.04 0 0.05 202.5 0.46 0.9
Hex D9 E8 F1 A 4 0 5 CA 2E 5A
Octal 331 350 361 12 4 0 5 312 56 132
Binary 11011001 11101000 11110001 1010 100 0 101 11001010 101110 1011010

Color Harmonies of #D9E8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E8F1

Black with #D9E8F1

Text Example


Text Example

White with #D9E8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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