Html Css Color HEX #D0ECF9 Pattens Blue

📋 copy color: '#D0ECF9'

red 208 ◦ green 236 ◦ blue 249

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

Shades of Pattens Blue #D0ECF9

Tints of Pattens Blue #D0ECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.05%

 BLUE value IS 249 (97.66% from 255) = 35.93%

R = 30.01%
G = 34.05%
B = 35.93%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0ECF9 (or 0xD0ECF9) is known color: Pattens Blue. HEX triplet: D0, EC and F9. RGB value is (208,236,249). Sum of RGB (Red+Green+Blue) = 208+236+249=693 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.01% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0ECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECF9 is #2F1306. Grayscale: #E5E5E5. Windows color (decimal): -3085063 or 16379088. OLE color: 16379088.

HSL color Cylindrical-coordinate representation of color #D0ECF9: hue angle of 199.02º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0ECF9 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 236 249 -
CMYK 0.16 0.05 0 0.02
HSL 199.02º 0.77% 0.9% -
HSV(B) 199.02º 0.16% 0.98% -
XYZ 73.11 80.24 101.26 -
YUV 229.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 208 236 249 0.16 0.05 0 0.02 199.02 0.77 0.9
Hex D0 EC F9 10 5 0 2 C7 4D 5A
Octal 320 354 371 20 5 0 2 307 115 132
Binary 11010000 11101100 11111001 10000 101 0 10 11000111 1001101 1011010

Color Harmonies of #D0ECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ECF9

Black with #D0ECF9

Text Example


Text Example

White with #D0ECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ECF9; }

 p { color: rgb(208,236,249); }

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

background-color css

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

 a { background-color: rgb(208,236,249); }

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

border-color css

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

 span { border-color: rgb(208,236,249); }

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