Html Css Color HEX #D5DCDF Pattens Blue

📋 copy color: '#D5DCDF'

red 213 ◦ green 220 ◦ blue 223

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

Shades of Pattens Blue #D5DCDF

Tints of Pattens Blue #D5DCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.54%

 BLUE value IS 223 (87.5% from 255) = 33.99%

R = 32.47%
G = 33.54%
B = 33.99%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5DCDF (or 0xD5DCDF) is known color: Pattens Blue. HEX triplet: D5, DC and DF. RGB value is (213,220,223). Sum of RGB (Red+Green+Blue) = 213+220+223=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCDF is #2A2320. Grayscale: #DADADA. Windows color (decimal): -2761505 or 14671061. OLE color: 14671061.

HSL color Cylindrical-coordinate representation of color #D5DCDF: hue angle of 198º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DCDF is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 220 223 -
CMYK 0.04 0.01 0 0.13
HSL 198º 0.14% 0.85% -
HSV(B) 198º 0.04% 0.87% -
XYZ 66.35 70.66 79.95 -
YUV 218.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 213 220 223 0.04 0.01 0 0.13 198 0.14 0.85
Hex D5 DC DF 4 1 0 D C6 E 55
Octal 325 334 337 4 1 0 15 306 16 125
Binary 11010101 11011100 11011111 100 1 0 1101 11000110 1110 1010101

Color Harmonies of #D5DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCDF

Black with #D5DCDF

Text Example


Text Example

White with #D5DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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