Html Css Color HEX #D0E4EC Pattens Blue

📋 copy color: '#D0E4EC'

red 208 ◦ green 228 ◦ blue 236

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

Shades of Pattens Blue #D0E4EC

Tints of Pattens Blue #D0E4EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.12%

R = 30.95%
G = 33.93%
B = 35.12%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0E4EC (or 0xD0E4EC) is known color: Pattens Blue. HEX triplet: D0, E4 and EC. RGB value is (208,228,236). Sum of RGB (Red+Green+Blue) = 208+228+236=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0E4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E4EC is #2F1B13. Grayscale: #DEDEDE. Windows color (decimal): -3087124 or 15525072. OLE color: 15525072.

HSL color Cylindrical-coordinate representation of color #D0E4EC: hue angle of 197.14º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0E4EC is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 228 236 -
CMYK 0.12 0.03 0 0.07
HSL 197.14º 0.42% 0.87% -
HSV(B) 197.14º 0.12% 0.93% -
XYZ 68.9 74.95 90.19 -
YUV 222.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 208 228 236 0.12 0.03 0 0.07 197.14 0.42 0.87
Hex D0 E4 EC C 3 0 7 C5 2A 57
Octal 320 344 354 14 3 0 7 305 52 127
Binary 11010000 11100100 11101100 1100 11 0 111 11000101 101010 1010111

Color Harmonies of #D0E4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E4EC

Black with #D0E4EC

Text Example


Text Example

White with #D0E4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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