Html Css Color HEX #D2E7EF Pattens Blue

📋 copy color: '#D2E7EF'

red 210 ◦ green 231 ◦ blue 239

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

Shades of Pattens Blue #D2E7EF

Tints of Pattens Blue #D2E7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.97%

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

R = 30.88%
G = 33.97%
B = 35.15%

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

#D2E7EF (or 0xD2E7EF) is known color: Pattens Blue. HEX triplet: D2, E7 and EF. RGB value is (210,231,239). Sum of RGB (Red+Green+Blue) = 210+231+239=680 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.88% from 680); Green value is 231 (90.62% from 255 or 33.97% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2E7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2E7EF is #2D1810. Grayscale: #E1E1E1. Windows color (decimal): -2955281 or 15722450. OLE color: 15722450.

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

Color convert

RGB 210 231 239 -
CMYK 0.12 0.03 0 0.06
HSL 196.55º 0.48% 0.88% -
HSV(B) 196.55º 0.12% 0.94% -
XYZ 70.73 77.09 92.81 -
YUV 225.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 210 231 239 0.12 0.03 0 0.06 196.55 0.48 0.88
Hex D2 E7 EF C 3 0 6 C5 30 58
Octal 322 347 357 14 3 0 6 305 60 130
Binary 11010010 11100111 11101111 1100 11 0 110 11000101 110000 1011000

Color Harmonies of #D2E7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E7EF

Black with #D2E7EF

Text Example


Text Example

White with #D2E7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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