Html Css Color HEX #D8EDF8 Pattens Blue

📋 copy color: '#D8EDF8'

red 216 ◦ green 237 ◦ blue 248

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

Shades of Pattens Blue #D8EDF8

Tints of Pattens Blue #D8EDF8

RGB

 RED value IS 216 (84.77% from 255) = 30.81%

 GREEN value IS 237 (92.97% from 255) = 33.81%

 BLUE value IS 248 (97.27% from 255) = 35.38%

R = 30.81%
G = 33.81%
B = 35.38%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D8EDF8 (or 0xD8EDF8) is known color: Pattens Blue. HEX triplet: D8, ED and F8. RGB value is (216,237,248). Sum of RGB (Red+Green+Blue) = 216+237+248=701 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.81% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 248 (97.27% from 255 or 35.38% from 701); Max value from RGB is 248 - color contains mainly: blue. Hex color #D8EDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EDF8 is #271207. Grayscale: #E7E7E7. Windows color (decimal): -2560520 or 16313816. OLE color: 16313816.

HSL color Cylindrical-coordinate representation of color #D8EDF8: hue angle of 200.62º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8EDF8 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 216 237 248 -
CMYK 0.13 0.04 0 0.03
HSL 200.63º 0.7% 0.91% -
HSV(B) 200.63º 0.13% 0.97% -
XYZ 75.55 81.94 100.64 -
YUV 231.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 216 237 248 0.13 0.04 0 0.03 200.63 0.7 0.91
Hex D8 ED F8 D 4 0 3 C9 46 5B
Octal 330 355 370 15 4 0 3 311 106 133
Binary 11011000 11101101 11111000 1101 100 0 11 11001001 1000110 1011011

Color Harmonies of #D8EDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EDF8

Black with #D8EDF8

Text Example


Text Example

White with #D8EDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EDF8; }

 p { color: rgb(216,237,248); }

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

background-color css

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

 a { background-color: rgb(216,237,248); }

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

border-color css

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

 span { border-color: rgb(216,237,248); }

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