Html Css Color HEX #D0ECF6 Pattens Blue

📋 copy color: '#D0ECF6'

red 208 ◦ green 236 ◦ blue 246

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

Shades of Pattens Blue #D0ECF6

Tints of Pattens Blue #D0ECF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.65%

R = 30.14%
G = 34.2%
B = 35.65%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D0ECF6 (or 0xD0ECF6) is known color: Pattens Blue. HEX triplet: D0, EC and F6. RGB value is (208,236,246). Sum of RGB (Red+Green+Blue) = 208+236+246=690 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.14% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0ECF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECF6 is #2F1309. Grayscale: #E4E4E4. Windows color (decimal): -3085066 or 16182480. OLE color: 16182480.

HSL color Cylindrical-coordinate representation of color #D0ECF6: hue angle of 195.79º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0ECF6 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 236 246 -
CMYK 0.15 0.04 0 0.04
HSL 195.79º 0.68% 0.89% -
HSV(B) 195.79º 0.15% 0.96% -
XYZ 72.64 80.05 98.81 -
YUV 228.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 208 236 246 0.15 0.04 0 0.04 195.79 0.68 0.89
Hex D0 EC F6 F 4 0 4 C4 44 59
Octal 320 354 366 17 4 0 4 304 104 131
Binary 11010000 11101100 11110110 1111 100 0 100 11000100 1000100 1011001

Color Harmonies of #D0ECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ECF6

Black with #D0ECF6

Text Example


Text Example

White with #D0ECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ECF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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