Html Css Color HEX #D0E2F6 Pattens Blue

📋 copy color: '#D0E2F6'

red 208 ◦ green 226 ◦ blue 246

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

Shades of Pattens Blue #D0E2F6

Tints of Pattens Blue #D0E2F6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.24%

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

R = 30.59%
G = 33.24%
B = 36.18%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D0E2F6 (or 0xD0E2F6) is known color: Pattens Blue. HEX triplet: D0, E2 and F6. RGB value is (208,226,246). Sum of RGB (Red+Green+Blue) = 208+226+246=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 246 (96.48% from 255 or 36.18% from 680); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0E2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E2F6 is #2F1D09. Grayscale: #DEDEDE. Windows color (decimal): -3087626 or 16179920. OLE color: 16179920.

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

Color convert

RGB 208 226 246 -
CMYK 0.15 0.08 0 0.04
HSL 211.58º 0.68% 0.89% -
HSV(B) 211.58º 0.15% 0.96% -
XYZ 69.84 74.46 97.88 -
YUV 222.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 208 226 246 0.15 0.08 0 0.04 211.58 0.68 0.89
Hex D0 E2 F6 F 8 0 4 D4 44 59
Octal 320 342 366 17 10 0 4 324 104 131
Binary 11010000 11100010 11110110 1111 1000 0 100 11010100 1000100 1011001

Color Harmonies of #D0E2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E2F6

Black with #D0E2F6

Text Example


Text Example

White with #D0E2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E2F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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