Html Css Color HEX #D4EAEF Pattens Blue

📋 copy color: '#D4EAEF'

red 212 ◦ green 234 ◦ blue 239

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

Shades of Pattens Blue #D4EAEF

Tints of Pattens Blue #D4EAEF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.16%

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

R = 30.95%
G = 34.16%
B = 34.89%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D4EAEF (or 0xD4EAEF) is known color: Pattens Blue. HEX triplet: D4, EA and EF. RGB value is (212,234,239). Sum of RGB (Red+Green+Blue) = 212+234+239=685 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.95% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EAEF is #2B1510. Grayscale: #E3E3E3. Windows color (decimal): -2823441 or 15723220. OLE color: 15723220.

HSL color Cylindrical-coordinate representation of color #D4EAEF: hue angle of 191.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 #D4EAEF is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 234 239 -
CMYK 0.11 0.02 0 0.06
HSL 191.11º 0.46% 0.88% -
HSV(B) 191.11º 0.11% 0.94% -
XYZ 72.15 79.07 93.12 -
YUV 227.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 212 234 239 0.11 0.02 0 0.06 191.11 0.46 0.88
Hex D4 EA EF B 2 0 6 BF 2E 58
Octal 324 352 357 13 2 0 6 277 56 130
Binary 11010100 11101010 11101111 1011 10 0 110 10111111 101110 1011000

Color Harmonies of #D4EAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EAEF

Black with #D4EAEF

Text Example


Text Example

White with #D4EAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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