Html Css Color HEX #D4EAFC Pattens Blue

📋 copy color: '#D4EAFC'

red 212 ◦ green 234 ◦ blue 252

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

Shades of Pattens Blue #D4EAFC

Tints of Pattens Blue #D4EAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.1%

R = 30.37%
G = 33.52%
B = 36.1%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4EAFC (or 0xD4EAFC) is known color: Pattens Blue. HEX triplet: D4, EA and FC. RGB value is (212,234,252). Sum of RGB (Red+Green+Blue) = 212+234+252=698 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.37% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4EAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EAFC is #2B1503. Grayscale: #E5E5E5. Windows color (decimal): -2823428 or 16575188. OLE color: 16575188.

HSL color Cylindrical-coordinate representation of color #D4EAFC: hue angle of 207º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4EAFC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 234 252 -
CMYK 0.16 0.07 0 0.01
HSL 207º 0.87% 0.91% -
HSV(B) 207º 0.16% 0.99% -
XYZ 74.14 79.87 103.6 -
YUV 229.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 212 234 252 0.16 0.07 0 0.01 207 0.87 0.91
Hex D4 EA FC 10 7 0 1 CF 57 5B
Octal 324 352 374 20 7 0 1 317 127 133
Binary 11010100 11101010 11111100 10000 111 0 1 11001111 1010111 1011011

Color Harmonies of #D4EAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EAFC

Black with #D4EAFC

Text Example


Text Example

White with #D4EAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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