Html Css Color HEX #D4E1EF Pattens Blue

📋 copy color: '#D4E1EF'

red 212 ◦ green 225 ◦ blue 239

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

Shades of Pattens Blue #D4E1EF

Tints of Pattens Blue #D4E1EF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.28%

 BLUE value IS 239 (93.75% from 255) = 35.36%

R = 31.36%
G = 33.28%
B = 35.36%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D4E1EF (or 0xD4E1EF) is known color: Pattens Blue. HEX triplet: D4, E1 and EF. RGB value is (212,225,239). Sum of RGB (Red+Green+Blue) = 212+225+239=676 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.36% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4E1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E1EF is #2B1E10. Grayscale: #DEDEDE. Windows color (decimal): -2825745 or 15720916. OLE color: 15720916.

HSL color Cylindrical-coordinate representation of color #D4E1EF: hue angle of 211.11º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4E1EF is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 225 239 -
CMYK 0.11 0.06 0 0.06
HSL 211.11º 0.46% 0.88% -
HSV(B) 211.11º 0.11% 0.94% -
XYZ 69.66 74.08 92.29 -
YUV 222.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 212 225 239 0.11 0.06 0 0.06 211.11 0.46 0.88
Hex D4 E1 EF B 6 0 6 D3 2E 58
Octal 324 341 357 13 6 0 6 323 56 130
Binary 11010100 11100001 11101111 1011 110 0 110 11010011 101110 1011000

Color Harmonies of #D4E1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E1EF

Black with #D4E1EF

Text Example


Text Example

White with #D4E1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E1EF; }

 p { color: rgb(212,225,239); }

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

background-color css

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

 a { background-color: rgb(212,225,239); }

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

border-color css

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

 span { border-color: rgb(212,225,239); }

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