Html Css Color HEX #D2E9EF Pattens Blue

📋 copy color: '#D2E9EF'

red 210 ◦ green 233 ◦ blue 239

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

Shades of Pattens Blue #D2E9EF

Tints of Pattens Blue #D2E9EF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.16%

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

R = 30.79%
G = 34.16%
B = 35.04%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D2E9EF (or 0xD2E9EF) is known color: Pattens Blue. HEX triplet: D2, E9 and EF. RGB value is (210,233,239). Sum of RGB (Red+Green+Blue) = 210+233+239=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 233 (91.41% from 255 or 34.16% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2E9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2E9EF is #2D1610. Grayscale: #E2E2E2. Windows color (decimal): -2954769 or 15722962. OLE color: 15722962.

HSL color Cylindrical-coordinate representation of color #D2E9EF: hue angle of 192.41º degrees, saturation: 0.48, 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 #D2E9EF is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 233 239 -
CMYK 0.12 0.03 0 0.06
HSL 192.41º 0.48% 0.88% -
HSV(B) 192.41º 0.12% 0.94% -
XYZ 71.3 78.21 93 -
YUV 226.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 210 233 239 0.12 0.03 0 0.06 192.41 0.48 0.88
Hex D2 E9 EF C 3 0 6 C0 30 58
Octal 322 351 357 14 3 0 6 300 60 130
Binary 11010010 11101001 11101111 1100 11 0 110 11000000 110000 1011000

Color Harmonies of #D2E9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E9EF

Black with #D2E9EF

Text Example


Text Example

White with #D2E9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E9EF; }

 p { color: rgb(210,233,239); }

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

background-color css

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

 a { background-color: rgb(210,233,239); }

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

border-color css

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

 span { border-color: rgb(210,233,239); }

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