Html Css Color HEX #D0E1EF Pattens Blue

📋 copy color: '#D0E1EF'

red 208 ◦ green 225 ◦ blue 239

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

Shades of Pattens Blue #D0E1EF

Tints of Pattens Blue #D0E1EF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.48%

 BLUE value IS 239 (93.75% from 255) = 35.57%

R = 30.95%
G = 33.48%
B = 35.57%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D0E1EF (or 0xD0E1EF) is known color: Pattens Blue. HEX triplet: D0, E1 and EF. RGB value is (208,225,239). Sum of RGB (Red+Green+Blue) = 208+225+239=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0E1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E1EF is #2F1E10. Grayscale: #DDDDDD. Windows color (decimal): -3087889 or 15720912. OLE color: 15720912.

HSL color Cylindrical-coordinate representation of color #D0E1EF: hue angle of 207.1º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0E1EF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 225 239 -
CMYK 0.13 0.06 0 0.06
HSL 207.1º 0.49% 0.88% -
HSV(B) 207.1º 0.13% 0.94% -
XYZ 68.52 73.49 92.24 -
YUV 221.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 208 225 239 0.13 0.06 0 0.06 207.1 0.49 0.88
Hex D0 E1 EF D 6 0 6 CF 31 58
Octal 320 341 357 15 6 0 6 317 61 130
Binary 11010000 11100001 11101111 1101 110 0 110 11001111 110001 1011000

Color Harmonies of #D0E1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E1EF

Black with #D0E1EF

Text Example


Text Example

White with #D0E1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E1EF; }

 p { color: rgb(208,225,239); }

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

background-color css

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

 a { background-color: rgb(208,225,239); }

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

border-color css

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

 span { border-color: rgb(208,225,239); }

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