Html Css Color HEX #D0E4F1 Pattens Blue

📋 copy color: '#D0E4F1'

red 208 ◦ green 228 ◦ blue 241

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

Shades of Pattens Blue #D0E4F1

Tints of Pattens Blue #D0E4F1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.68%

 BLUE value IS 241 (94.53% from 255) = 35.6%

R = 30.72%
G = 33.68%
B = 35.6%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D0E4F1 (or 0xD0E4F1) is known color: Pattens Blue. HEX triplet: D0, E4 and F1. RGB value is (208,228,241). Sum of RGB (Red+Green+Blue) = 208+228+241=677 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.72% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0E4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E4F1 is #2F1B0E. Grayscale: #DFDFDF. Windows color (decimal): -3087119 or 15852752. OLE color: 15852752.

HSL color Cylindrical-coordinate representation of color #D0E4F1: hue angle of 203.64º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0E4F1 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 228 241 -
CMYK 0.14 0.05 0 0.05
HSL 203.64º 0.54% 0.88% -
HSV(B) 203.64º 0.14% 0.95% -
XYZ 69.63 75.25 94.07 -
YUV 223.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 208 228 241 0.14 0.05 0 0.05 203.64 0.54 0.88
Hex D0 E4 F1 E 5 0 5 CC 36 58
Octal 320 344 361 16 5 0 5 314 66 130
Binary 11010000 11100100 11110001 1110 101 0 101 11001100 110110 1011000

Color Harmonies of #D0E4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E4F1

Black with #D0E4F1

Text Example


Text Example

White with #D0E4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E4F1; }

 p { color: rgb(208,228,241); }

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

background-color css

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

 a { background-color: rgb(208,228,241); }

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

border-color css

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

 span { border-color: rgb(208,228,241); }

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