Html Css Color HEX #D2EAF9 Pattens Blue

📋 copy color: '#D2EAF9'

red 210 ◦ green 234 ◦ blue 249

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

Shades of Pattens Blue #D2EAF9

Tints of Pattens Blue #D2EAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.93%

R = 30.3%
G = 33.77%
B = 35.93%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2EAF9 (or 0xD2EAF9) is known color: Pattens Blue. HEX triplet: D2, EA and F9. RGB value is (210,234,249). Sum of RGB (Red+Green+Blue) = 210+234+249=693 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.30% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #D2EAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EAF9 is #2D1506. Grayscale: #E4E4E4. Windows color (decimal): -2954503 or 16378578. OLE color: 16378578.

HSL color Cylindrical-coordinate representation of color #D2EAF9: hue angle of 203.08º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2EAF9 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 234 249 -
CMYK 0.16 0.06 0 0.02
HSL 203.08º 0.76% 0.9% -
HSV(B) 203.08º 0.16% 0.98% -
XYZ 73.1 79.39 101.09 -
YUV 228.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 210 234 249 0.16 0.06 0 0.02 203.08 0.76 0.9
Hex D2 EA F9 10 6 0 2 CB 4C 5A
Octal 322 352 371 20 6 0 2 313 114 132
Binary 11010010 11101010 11111001 10000 110 0 10 11001011 1001100 1011010

Color Harmonies of #D2EAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EAF9

Black with #D2EAF9

Text Example


Text Example

White with #D2EAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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