Html Css Color HEX #D5E3EC Pattens Blue

📋 copy color: '#D5E3EC'

red 213 ◦ green 227 ◦ blue 236

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

Shades of Pattens Blue #D5E3EC

Tints of Pattens Blue #D5E3EC

RGB

 RED value IS 213 (83.59% from 255) = 31.51%

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

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

R = 31.51%
G = 33.58%
B = 34.91%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5E3EC (or 0xD5E3EC) is known color: Pattens Blue. HEX triplet: D5, E3 and EC. RGB value is (213,227,236). Sum of RGB (Red+Green+Blue) = 213+227+236=676 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.51% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5E3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E3EC is #2A1C13. Grayscale: #DFDFDF. Windows color (decimal): -2759700 or 15524821. OLE color: 15524821.

HSL color Cylindrical-coordinate representation of color #D5E3EC: hue angle of 203.48º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5E3EC is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 227 236 -
CMYK 0.10 0.04 0 0.07
HSL 203.48º 0.38% 0.88% -
HSV(B) 203.48º 0.1% 0.93% -
XYZ 70.05 75.14 90.17 -
YUV 223.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 213 227 236 0.10 0.04 0 0.07 203.48 0.38 0.88
Hex D5 E3 EC A 4 0 7 CB 26 58
Octal 325 343 354 12 4 0 7 313 46 130
Binary 11010101 11100011 11101100 1010 100 0 111 11001011 100110 1011000

Color Harmonies of #D5E3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E3EC

Black with #D5E3EC

Text Example


Text Example

White with #D5E3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E3EC; }

 p { color: rgb(213,227,236); }

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

background-color css

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

 a { background-color: rgb(213,227,236); }

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

border-color css

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

 span { border-color: rgb(213,227,236); }

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