Html Css Color HEX #D2E0EB Pattens Blue

📋 copy color: '#D2E0EB'

red 210 ◦ green 224 ◦ blue 235

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

Shades of Pattens Blue #D2E0EB

Tints of Pattens Blue #D2E0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.48%

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

R = 31.39%
G = 33.48%
B = 35.13%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D2E0EB (or 0xD2E0EB) is known color: Pattens Blue. HEX triplet: D2, E0 and EB. RGB value is (210,224,235). Sum of RGB (Red+Green+Blue) = 210+224+235=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2E0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E0EB is #2D1F14. Grayscale: #DDDDDD. Windows color (decimal): -2957077 or 15458514. OLE color: 15458514.

HSL color Cylindrical-coordinate representation of color #D2E0EB: hue angle of 206.4º 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 #D2E0EB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 224 235 -
CMYK 0.11 0.05 0 0.08
HSL 206.4º 0.38% 0.87% -
HSV(B) 206.4º 0.11% 0.92% -
XYZ 68.23 73.01 89.09 -
YUV 221.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 210 224 235 0.11 0.05 0 0.08 206.4 0.38 0.87
Hex D2 E0 EB B 5 0 8 CE 26 57
Octal 322 340 353 13 5 0 10 316 46 127
Binary 11010010 11100000 11101011 1011 101 0 1000 11001110 100110 1010111

Color Harmonies of #D2E0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E0EB

Black with #D2E0EB

Text Example


Text Example

White with #D2E0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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