Html Css Color HEX #D2EAF0 Pattens Blue

📋 copy color: '#D2EAF0'

red 210 ◦ green 234 ◦ blue 240

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

Shades of Pattens Blue #D2EAF0

Tints of Pattens Blue #D2EAF0

RGB

 RED value IS 210 (82.42% from 255) = 30.7%

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

 BLUE value IS 240 (94.14% from 255) = 35.09%

R = 30.7%
G = 34.21%
B = 35.09%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D2EAF0 (or 0xD2EAF0) is known color: Pattens Blue. HEX triplet: D2, EA and F0. RGB value is (210,234,240). Sum of RGB (Red+Green+Blue) = 210+234+240=684 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.70% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2EAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EAF0 is #2D150F. Grayscale: #E3E3E3. Windows color (decimal): -2954512 or 15788754. OLE color: 15788754.

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

Color convert

RGB 210 234 240 -
CMYK 0.12 0.02 0 0.06
HSL 192º 0.5% 0.88% -
HSV(B) 192º 0.13% 0.94% -
XYZ 71.73 78.84 93.87 -
YUV 227.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 210 234 240 0.12 0.02 0 0.06 192 0.5 0.88
Hex D2 EA F0 C 2 0 6 C0 32 58
Octal 322 352 360 14 2 0 6 300 62 130
Binary 11010010 11101010 11110000 1100 10 0 110 11000000 110010 1011000

Color Harmonies of #D2EAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EAF0

Black with #D2EAF0

Text Example


Text Example

White with #D2EAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EAF0; }

 p { color: rgb(210,234,240); }

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

background-color css

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

 a { background-color: rgb(210,234,240); }

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

border-color css

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

 span { border-color: rgb(210,234,240); }

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