Html Css Color HEX #D5E7EE Pattens Blue

📋 copy color: '#D5E7EE'

red 213 ◦ green 231 ◦ blue 238

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

Shades of Pattens Blue #D5E7EE

Tints of Pattens Blue #D5E7EE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.87%

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

R = 31.23%
G = 33.87%
B = 34.9%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5E7EE (or 0xD5E7EE) is known color: Pattens Blue. HEX triplet: D5, E7 and EE. RGB value is (213,231,238). Sum of RGB (Red+Green+Blue) = 213+231+238=682 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.23% from 682); Green value is 231 (90.62% from 255 or 33.87% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5E7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E7EE is #2A1811. Grayscale: #E2E2E2. Windows color (decimal): -2758674 or 15656917. OLE color: 15656917.

HSL color Cylindrical-coordinate representation of color #D5E7EE: hue angle of 196.8º 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 #D5E7EE is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 231 238 -
CMYK 0.11 0.03 0 0.07
HSL 196.8º 0.42% 0.88% -
HSV(B) 196.8º 0.11% 0.93% -
XYZ 71.45 77.47 92.08 -
YUV 226.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 213 231 238 0.11 0.03 0 0.07 196.8 0.42 0.88
Hex D5 E7 EE B 3 0 7 C5 2A 58
Octal 325 347 356 13 3 0 7 305 52 130
Binary 11010101 11100111 11101110 1011 11 0 111 11000101 101010 1011000

Color Harmonies of #D5E7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E7EE

Black with #D5E7EE

Text Example


Text Example

White with #D5E7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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