Html Css Color HEX #D0E3F1 Pattens Blue

📋 copy color: '#D0E3F1'

red 208 ◦ green 227 ◦ blue 241

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

Shades of Pattens Blue #D0E3F1

Tints of Pattens Blue #D0E3F1

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.58%

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

R = 30.77%
G = 33.58%
B = 35.65%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D0E3F1 (or 0xD0E3F1) is known color: Pattens Blue. HEX triplet: D0, E3 and F1. RGB value is (208,227,241). Sum of RGB (Red+Green+Blue) = 208+227+241=676 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.77% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0E3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E3F1 is #2F1C0E. Grayscale: #DEDEDE. Windows color (decimal): -3087375 or 15852496. OLE color: 15852496.

HSL color Cylindrical-coordinate representation of color #D0E3F1: hue angle of 205.45º 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 #D0E3F1 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 227 241 -
CMYK 0.14 0.06 0 0.05
HSL 205.45º 0.54% 0.88% -
HSV(B) 205.45º 0.14% 0.95% -
XYZ 69.36 74.7 93.98 -
YUV 222.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 208 227 241 0.14 0.06 0 0.05 205.45 0.54 0.88
Hex D0 E3 F1 E 6 0 5 CD 36 58
Octal 320 343 361 16 6 0 5 315 66 130
Binary 11010000 11100011 11110001 1110 110 0 101 11001101 110110 1011000

Color Harmonies of #D0E3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E3F1

Black with #D0E3F1

Text Example


Text Example

White with #D0E3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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