Html Css Color HEX #D8EDF5 Pattens Blue

📋 copy color: '#D8EDF5'

red 216 ◦ green 237 ◦ blue 245

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

Shades of Pattens Blue #D8EDF5

Tints of Pattens Blue #D8EDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.1%

R = 30.95%
G = 33.95%
B = 35.1%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D8EDF5 (or 0xD8EDF5) is known color: Pattens Blue. HEX triplet: D8, ED and F5. RGB value is (216,237,245). Sum of RGB (Red+Green+Blue) = 216+237+245=698 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.95% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 245 - color contains mainly: blue. Hex color #D8EDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EDF5 is #27120A. Grayscale: #E7E7E7. Windows color (decimal): -2560523 or 16117208. OLE color: 16117208.

HSL color Cylindrical-coordinate representation of color #D8EDF5: hue angle of 196.55º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8EDF5 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 237 245 -
CMYK 0.12 0.03 0 0.04
HSL 196.55º 0.59% 0.9% -
HSV(B) 196.55º 0.12% 0.96% -
XYZ 75.08 81.76 98.21 -
YUV 231.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 216 237 245 0.12 0.03 0 0.04 196.55 0.59 0.9
Hex D8 ED F5 C 3 0 4 C5 3B 5A
Octal 330 355 365 14 3 0 4 305 73 132
Binary 11011000 11101101 11110101 1100 11 0 100 11000101 111011 1011010

Color Harmonies of #D8EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EDF5

Black with #D8EDF5

Text Example


Text Example

White with #D8EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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