Html Css Color HEX #D5E3EA Pattens Blue

📋 copy color: '#D5E3EA'

red 213 ◦ green 227 ◦ blue 234

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

Shades of Pattens Blue #D5E3EA

Tints of Pattens Blue #D5E3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.72%

R = 31.6%
G = 33.68%
B = 34.72%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5E3EA (or 0xD5E3EA) is known color: Pattens Blue. HEX triplet: D5, E3 and EA. RGB value is (213,227,234). Sum of RGB (Red+Green+Blue) = 213+227+234=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5E3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E3EA is #2A1C15. Grayscale: #DFDFDF. Windows color (decimal): -2759702 or 15393749. OLE color: 15393749.

HSL color Cylindrical-coordinate representation of color #D5E3EA: hue angle of 200º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5E3EA is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 227 234 -
CMYK 0.09 0.03 0 0.08
HSL 200º 0.33% 0.88% -
HSV(B) 200º 0.09% 0.92% -
XYZ 69.76 75.02 88.65 -
YUV 223.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 213 227 234 0.09 0.03 0 0.08 200 0.33 0.88
Hex D5 E3 EA 9 3 0 8 C8 21 58
Octal 325 343 352 11 3 0 10 310 41 130
Binary 11010101 11100011 11101010 1001 11 0 1000 11001000 100001 1011000

Color Harmonies of #D5E3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E3EA

Black with #D5E3EA

Text Example


Text Example

White with #D5E3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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