Html Css Color HEX #D4DFEA Pattens Blue

📋 copy color: '#D4DFEA'

red 212 ◦ green 223 ◦ blue 234

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

Shades of Pattens Blue #D4DFEA

Tints of Pattens Blue #D4DFEA

RGB

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

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

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

R = 31.69%
G = 33.33%
B = 34.98%

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

#D4DFEA (or 0xD4DFEA) is known color: Pattens Blue. HEX triplet: D4, DF and EA. RGB value is (212,223,234). Sum of RGB (Red+Green+Blue) = 212+223+234=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DFEA is #2B2015. Grayscale: #DCDCDC. Windows color (decimal): -2826262 or 15392724. OLE color: 15392724.

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

Color convert

RGB 212 223 234 -
CMYK 0.09 0.05 0 0.08
HSL 210º 0.34% 0.87% -
HSV(B) 210º 0.09% 0.92% -
XYZ 68.39 72.71 88.27 -
YUV 220.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 212 223 234 0.09 0.05 0 0.08 210 0.34 0.87
Hex D4 DF EA 9 5 0 8 D2 22 57
Octal 324 337 352 11 5 0 10 322 42 127
Binary 11010100 11011111 11101010 1001 101 0 1000 11010010 100010 1010111

Color Harmonies of #D4DFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DFEA

Black with #D4DFEA

Text Example


Text Example

White with #D4DFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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