Html Css Color HEX #D2E3EB Pattens Blue

📋 copy color: '#D2E3EB'

red 210 ◦ green 227 ◦ blue 235

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

Shades of Pattens Blue #D2E3EB

Tints of Pattens Blue #D2E3EB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.78%

 BLUE value IS 235 (92.19% from 255) = 34.97%

R = 31.25%
G = 33.78%
B = 34.97%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D2E3EB (or 0xD2E3EB) is known color: Pattens Blue. HEX triplet: D2, E3 and EB. RGB value is (210,227,235). Sum of RGB (Red+Green+Blue) = 210+227+235=672 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.25% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2E3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E3EB is #2D1C14. Grayscale: #DEDEDE. Windows color (decimal): -2956309 or 15459282. OLE color: 15459282.

HSL color Cylindrical-coordinate representation of color #D2E3EB: hue angle of 199.2º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2E3EB is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 227 235 -
CMYK 0.11 0.03 0 0.08
HSL 199.2º 0.38% 0.87% -
HSV(B) 199.2º 0.11% 0.92% -
XYZ 69.04 74.64 89.36 -
YUV 222.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 210 227 235 0.11 0.03 0 0.08 199.2 0.38 0.87
Hex D2 E3 EB B 3 0 8 C7 26 57
Octal 322 343 353 13 3 0 10 307 46 127
Binary 11010010 11100011 11101011 1011 11 0 1000 11000111 100110 1010111

Color Harmonies of #D2E3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E3EB

Black with #D2E3EB

Text Example


Text Example

White with #D2E3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E3EB; }

 p { color: rgb(210,227,235); }

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

background-color css

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

 a { background-color: rgb(210,227,235); }

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

border-color css

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

 span { border-color: rgb(210,227,235); }

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