Html Css Color HEX #D2ECFA Pattens Blue

📋 copy color: '#D2ECFA'

red 210 ◦ green 236 ◦ blue 250

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

Shades of Pattens Blue #D2ECFA

Tints of Pattens Blue #D2ECFA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.91%

 BLUE value IS 250 (98.05% from 255) = 35.92%

R = 30.17%
G = 33.91%
B = 35.92%

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

#D2ECFA (or 0xD2ECFA) is known color: Pattens Blue. HEX triplet: D2, EC and FA. RGB value is (210,236,250). Sum of RGB (Red+Green+Blue) = 210+236+250=696 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.17% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2ECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2ECFA is #2D1305. Grayscale: #E5E5E5. Windows color (decimal): -2953990 or 16444626. OLE color: 16444626.

HSL color Cylindrical-coordinate representation of color #D2ECFA: hue angle of 201º degrees, saturation: 0.8, 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 #D2ECFA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 236 250 -
CMYK 0.16 0.06 0 0.02
HSL 201º 0.8% 0.9% -
HSV(B) 201º 0.16% 0.98% -
XYZ 73.83 80.59 102.11 -
YUV 229.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 210 236 250 0.16 0.06 0 0.02 201 0.8 0.9
Hex D2 EC FA 10 6 0 2 C9 50 5A
Octal 322 354 372 20 6 0 2 311 120 132
Binary 11010010 11101100 11111010 10000 110 0 10 11001001 1010000 1011010

Color Harmonies of #D2ECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ECFA

Black with #D2ECFA

Text Example


Text Example

White with #D2ECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ECFA; }

 p { color: rgb(210,236,250); }

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

background-color css

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

 a { background-color: rgb(210,236,250); }

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

border-color css

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

 span { border-color: rgb(210,236,250); }

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