Html Css Color HEX #D0E5F1 Pattens Blue

📋 copy color: '#D0E5F1'

red 208 ◦ green 229 ◦ blue 241

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

Shades of Pattens Blue #D0E5F1

Tints of Pattens Blue #D0E5F1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.78%

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

R = 30.68%
G = 33.78%
B = 35.55%

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

#D0E5F1 (or 0xD0E5F1) is known color: Pattens Blue. HEX triplet: D0, E5 and F1. RGB value is (208,229,241). Sum of RGB (Red+Green+Blue) = 208+229+241=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0E5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E5F1 is #2F1A0E. Grayscale: #E0E0E0. Windows color (decimal): -3086863 or 15853008. OLE color: 15853008.

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

Color convert

RGB 208 229 241 -
CMYK 0.14 0.05 0 0.05
HSL 201.82º 0.54% 0.88% -
HSV(B) 201.82º 0.14% 0.95% -
XYZ 69.91 75.8 94.17 -
YUV 224.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 208 229 241 0.14 0.05 0 0.05 201.82 0.54 0.88
Hex D0 E5 F1 E 5 0 5 CA 36 58
Octal 320 345 361 16 5 0 5 312 66 130
Binary 11010000 11100101 11110001 1110 101 0 101 11001010 110110 1011000

Color Harmonies of #D0E5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E5F1

Black with #D0E5F1

Text Example


Text Example

White with #D0E5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E5F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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