Html Css Color HEX #D5E6EB Pattens Blue

📋 copy color: '#D5E6EB'

red 213 ◦ green 230 ◦ blue 235

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

Shades of Pattens Blue #D5E6EB

Tints of Pattens Blue #D5E6EB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.92%

 BLUE value IS 235 (92.19% from 255) = 34.66%

R = 31.42%
G = 33.92%
B = 34.66%

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

#D5E6EB (or 0xD5E6EB) is known color: Pattens Blue. HEX triplet: D5, E6 and EB. RGB value is (213,230,235). Sum of RGB (Red+Green+Blue) = 213+230+235=678 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.42% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E6EB is #2A1914. Grayscale: #E1E1E1. Windows color (decimal): -2758933 or 15460053. OLE color: 15460053.

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

Color convert

RGB 213 230 235 -
CMYK 0.09 0.02 0 0.08
HSL 193.64º 0.35% 0.88% -
HSV(B) 193.64º 0.09% 0.92% -
XYZ 70.73 76.74 89.68 -
YUV 225.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 213 230 235 0.09 0.02 0 0.08 193.64 0.35 0.88
Hex D5 E6 EB 9 2 0 8 C2 23 58
Octal 325 346 353 11 2 0 10 302 43 130
Binary 11010101 11100110 11101011 1001 10 0 1000 11000010 100011 1011000

Color Harmonies of #D5E6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E6EB

Black with #D5E6EB

Text Example


Text Example

White with #D5E6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E6EB; }

 p { color: rgb(213,230,235); }

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

background-color css

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

 a { background-color: rgb(213,230,235); }

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

border-color css

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

 span { border-color: rgb(213,230,235); }

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