Html Css Color HEX #DDE3E6 Pattens Blue

📋 copy color: '#DDE3E6'

red 221 ◦ green 227 ◦ blue 230

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

Shades of Pattens Blue #DDE3E6

Tints of Pattens Blue #DDE3E6

RGB

 RED value IS 221 (86.72% from 255) = 32.6%

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

 BLUE value IS 230 (90.23% from 255) = 33.92%

R = 32.6%
G = 33.48%
B = 33.92%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDE3E6 (or 0xDDE3E6) is known color: Pattens Blue. HEX triplet: DD, E3 and E6. RGB value is (221,227,230). Sum of RGB (Red+Green+Blue) = 221+227+230=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 227 (89.06% from 255 or 33.48% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDE3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3E6 is #221C19. Grayscale: #E1E1E1. Windows color (decimal): -2235418 or 15131613. OLE color: 15131613.

HSL color Cylindrical-coordinate representation of color #DDE3E6: hue angle of 200º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE3E6 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 227 230 -
CMYK 0.04 0.01 0 0.10
HSL 200º 0.15% 0.88% -
HSV(B) 200º 0.04% 0.9% -
XYZ 71.57 76.02 85.76 -
YUV 225.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 221 227 230 0.04 0.01 0 0.10 200 0.15 0.88
Hex DD E3 E6 4 1 0 A C8 F 58
Octal 335 343 346 4 1 0 12 310 17 130
Binary 11011101 11100011 11100110 100 1 0 1010 11001000 1111 1011000

Color Harmonies of #DDE3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE3E6

Black with #DDE3E6

Text Example


Text Example

White with #DDE3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE3E6; }

 p { color: rgb(221,227,230); }

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

background-color css

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

 a { background-color: rgb(221,227,230); }

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

border-color css

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

 span { border-color: rgb(221,227,230); }

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