Html Css Color HEX #D0E4EF Pattens Blue

📋 copy color: '#D0E4EF'

red 208 ◦ green 228 ◦ blue 239

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

Shades of Pattens Blue #D0E4EF

Tints of Pattens Blue #D0E4EF

RGB

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

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

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

R = 30.81%
G = 33.78%
B = 35.41%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D0E4EF (or 0xD0E4EF) is known color: Pattens Blue. HEX triplet: D0, E4 and EF. RGB value is (208,228,239). Sum of RGB (Red+Green+Blue) = 208+228+239=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0E4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E4EF is #2F1B10. Grayscale: #DFDFDF. Windows color (decimal): -3087121 or 15721680. OLE color: 15721680.

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

Color convert

RGB 208 228 239 -
CMYK 0.13 0.05 0 0.06
HSL 201.29º 0.49% 0.88% -
HSV(B) 201.29º 0.13% 0.94% -
XYZ 69.34 75.13 92.51 -
YUV 223.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 208 228 239 0.13 0.05 0 0.06 201.29 0.49 0.88
Hex D0 E4 EF D 5 0 6 C9 31 58
Octal 320 344 357 15 5 0 6 311 61 130
Binary 11010000 11100100 11101111 1101 101 0 110 11001001 110001 1011000

Color Harmonies of #D0E4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E4EF

Black with #D0E4EF

Text Example


Text Example

White with #D0E4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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