Html Css Color HEX #D5DFEA Pattens Blue

📋 copy color: '#D5DFEA'

red 213 ◦ green 223 ◦ blue 234

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

Shades of Pattens Blue #D5DFEA

Tints of Pattens Blue #D5DFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.28%

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

R = 31.79%
G = 33.28%
B = 34.93%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5DFEA (or 0xD5DFEA) is known color: Pattens Blue. HEX triplet: D5, DF and EA. RGB value is (213,223,234). Sum of RGB (Red+Green+Blue) = 213+223+234=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFEA is #2A2015. Grayscale: #DDDDDD. Windows color (decimal): -2760726 or 15392725. OLE color: 15392725.

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

Color convert

RGB 213 223 234 -
CMYK 0.09 0.05 0 0.08
HSL 211.43º 0.33% 0.88% -
HSV(B) 211.43º 0.09% 0.92% -
XYZ 68.68 72.86 88.29 -
YUV 221.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 213 223 234 0.09 0.05 0 0.08 211.43 0.33 0.88
Hex D5 DF EA 9 5 0 8 D3 21 58
Octal 325 337 352 11 5 0 10 323 41 130
Binary 11010101 11011111 11101010 1001 101 0 1000 11010011 100001 1011000

Color Harmonies of #D5DFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFEA

Black with #D5DFEA

Text Example


Text Example

White with #D5DFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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