Html Css Color HEX #D4DDE6 Pattens Blue

📋 copy color: '#D4DDE6'

red 212 ◦ green 221 ◦ blue 230

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

Shades of Pattens Blue #D4DDE6

Tints of Pattens Blue #D4DDE6

RGB

 RED value IS 212 (83.2% from 255) = 31.98%

 GREEN value IS 221 (86.72% from 255) = 33.33%

 BLUE value IS 230 (90.23% from 255) = 34.69%

R = 31.98%
G = 33.33%
B = 34.69%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D4DDE6 (or 0xD4DDE6) is known color: Pattens Blue. HEX triplet: D4, DD and E6. RGB value is (212,221,230). Sum of RGB (Red+Green+Blue) = 212+221+230=663 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.98% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 230 - color contains mainly: blue. Hex color #D4DDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DDE6 is #2B2219. Grayscale: #DBDBDB. Windows color (decimal): -2826778 or 15130068. OLE color: 15130068.

HSL color Cylindrical-coordinate representation of color #D4DDE6: hue angle of 210º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4DDE6 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 221 230 -
CMYK 0.08 0.04 0 0.10
HSL 210º 0.26% 0.87% -
HSV(B) 210º 0.08% 0.9% -
XYZ 67.29 71.42 85.1 -
YUV 219.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 212 221 230 0.08 0.04 0 0.10 210 0.26 0.87
Hex D4 DD E6 8 4 0 A D2 1A 57
Octal 324 335 346 10 4 0 12 322 32 127
Binary 11010100 11011101 11100110 1000 100 0 1010 11010010 11010 1010111

Color Harmonies of #D4DDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DDE6

Black with #D4DDE6

Text Example


Text Example

White with #D4DDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DDE6; }

 p { color: rgb(212,221,230); }

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

background-color css

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

 a { background-color: rgb(212,221,230); }

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

border-color css

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

 span { border-color: rgb(212,221,230); }

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