Html Css Color HEX #D5E5EA Pattens Blue

📋 copy color: '#D5E5EA'

red 213 ◦ green 229 ◦ blue 234

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

Shades of Pattens Blue #D5E5EA

Tints of Pattens Blue #D5E5EA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.88%

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

R = 31.51%
G = 33.88%
B = 34.62%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5E5EA (or 0xD5E5EA) is known color: Pattens Blue. HEX triplet: D5, E5 and EA. RGB value is (213,229,234). Sum of RGB (Red+Green+Blue) = 213+229+234=676 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.51% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5E5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E5EA is #2A1A15. Grayscale: #E0E0E0. Windows color (decimal): -2759190 or 15394261. OLE color: 15394261.

HSL color Cylindrical-coordinate representation of color #D5E5EA: hue angle of 194.29º 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 #D5E5EA is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 229 234 -
CMYK 0.09 0.02 0 0.08
HSL 194.29º 0.33% 0.88% -
HSV(B) 194.29º 0.09% 0.92% -
XYZ 70.31 76.13 88.83 -
YUV 224.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 213 229 234 0.09 0.02 0 0.08 194.29 0.33 0.88
Hex D5 E5 EA 9 2 0 8 C2 21 58
Octal 325 345 352 11 2 0 10 302 41 130
Binary 11010101 11100101 11101010 1001 10 0 1000 11000010 100001 1011000

Color Harmonies of #D5E5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E5EA

Black with #D5E5EA

Text Example


Text Example

White with #D5E5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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