Html Css Color HEX #D5E1EE Pattens Blue

📋 copy color: '#D5E1EE'

red 213 ◦ green 225 ◦ blue 238

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

Shades of Pattens Blue #D5E1EE

Tints of Pattens Blue #D5E1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.21%

R = 31.51%
G = 33.28%
B = 35.21%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5E1EE (or 0xD5E1EE) is known color: Pattens Blue. HEX triplet: D5, E1 and EE. RGB value is (213,225,238). Sum of RGB (Red+Green+Blue) = 213+225+238=676 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.51% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5E1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E1EE is #2A1E11. Grayscale: #DEDEDE. Windows color (decimal): -2760210 or 15655381. OLE color: 15655381.

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

Color convert

RGB 213 225 238 -
CMYK 0.11 0.05 0 0.07
HSL 211.2º 0.42% 0.88% -
HSV(B) 211.2º 0.11% 0.93% -
XYZ 69.8 74.17 91.53 -
YUV 222.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 213 225 238 0.11 0.05 0 0.07 211.2 0.42 0.88
Hex D5 E1 EE B 5 0 7 D3 2A 58
Octal 325 341 356 13 5 0 7 323 52 130
Binary 11010101 11100001 11101110 1011 101 0 111 11010011 101010 1011000

Color Harmonies of #D5E1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E1EE

Black with #D5E1EE

Text Example


Text Example

White with #D5E1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E1EE; }

 p { color: rgb(213,225,238); }

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

background-color css

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

 a { background-color: rgb(213,225,238); }

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

border-color css

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

 span { border-color: rgb(213,225,238); }

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