Html Css Color HEX #D0EEF7 Pattens Blue

📋 copy color: '#D0EEF7'

red 208 ◦ green 238 ◦ blue 247

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

Shades of Pattens Blue #D0EEF7

Tints of Pattens Blue #D0EEF7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.34%

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

R = 30.01%
G = 34.34%
B = 35.64%

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

#D0EEF7 (or 0xD0EEF7) is known color: Pattens Blue. HEX triplet: D0, EE and F7. RGB value is (208,238,247). Sum of RGB (Red+Green+Blue) = 208+238+247=693 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.01% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0EEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EEF7 is #2F1108. Grayscale: #E5E5E5. Windows color (decimal): -3084553 or 16248528. OLE color: 16248528.

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

Color convert

RGB 208 238 247 -
CMYK 0.16 0.04 0 0.03
HSL 193.85º 0.71% 0.89% -
HSV(B) 193.85º 0.16% 0.97% -
XYZ 73.38 81.27 99.82 -
YUV 230.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 208 238 247 0.16 0.04 0 0.03 193.85 0.71 0.89
Hex D0 EE F7 10 4 0 3 C2 47 59
Octal 320 356 367 20 4 0 3 302 107 131
Binary 11010000 11101110 11110111 10000 100 0 11 11000010 1000111 1011001

Color Harmonies of #D0EEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EEF7

Black with #D0EEF7

Text Example


Text Example

White with #D0EEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EEF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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