Html Css Color HEX #D0EDF7 Pattens Blue

📋 copy color: '#D0EDF7'

red 208 ◦ green 237 ◦ blue 247

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

Shades of Pattens Blue #D0EDF7

Tints of Pattens Blue #D0EDF7

RGB

 RED value IS 208 (81.64% from 255) = 30.06%

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

 BLUE value IS 247 (96.88% from 255) = 35.69%

R = 30.06%
G = 34.25%
B = 35.69%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D0EDF7 (or 0xD0EDF7) is known color: Pattens Blue. HEX triplet: D0, ED and F7. RGB value is (208,237,247). Sum of RGB (Red+Green+Blue) = 208+237+247=692 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.06% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 247 (96.88% from 255 or 35.69% from 692); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0EDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDF7 is #2F1208. Grayscale: #E5E5E5. Windows color (decimal): -3084809 or 16248272. OLE color: 16248272.

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

Color convert

RGB 208 237 247 -
CMYK 0.16 0.04 0 0.03
HSL 195.38º 0.71% 0.89% -
HSV(B) 195.38º 0.16% 0.97% -
XYZ 73.09 80.69 99.72 -
YUV 229.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 208 237 247 0.16 0.04 0 0.03 195.38 0.71 0.89
Hex D0 ED F7 10 4 0 3 C3 47 59
Octal 320 355 367 20 4 0 3 303 107 131
Binary 11010000 11101101 11110111 10000 100 0 11 11000011 1000111 1011001

Color Harmonies of #D0EDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDF7

Black with #D0EDF7

Text Example


Text Example

White with #D0EDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDF7; }

 p { color: rgb(208,237,247); }

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

background-color css

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

 a { background-color: rgb(208,237,247); }

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

border-color css

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

 span { border-color: rgb(208,237,247); }

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