Html Css Color HEX #DDEEF7 Pattens Blue

📋 copy color: '#DDEEF7'

red 221 ◦ green 238 ◦ blue 247

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

Shades of Pattens Blue #DDEEF7

Tints of Pattens Blue #DDEEF7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.71%

 BLUE value IS 247 (96.88% from 255) = 34.99%

R = 31.3%
G = 33.71%
B = 34.99%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DDEEF7 (or 0xDDEEF7) is known color: Pattens Blue. HEX triplet: DD, EE and F7. RGB value is (221,238,247). Sum of RGB (Red+Green+Blue) = 221+238+247=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 247 (96.88% from 255 or 34.99% from 706); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEF7 is #221108. Grayscale: #E9E9E9. Windows color (decimal): -2232585 or 16248541. OLE color: 16248541.

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

Color convert

RGB 221 238 247 -
CMYK 0.11 0.04 0 0.03
HSL 200.77º 0.62% 0.92% -
HSV(B) 200.77º 0.11% 0.97% -
XYZ 77.18 83.24 99.99 -
YUV 233.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 221 238 247 0.11 0.04 0 0.03 200.77 0.62 0.92
Hex DD EE F7 B 4 0 3 C9 3E 5C
Octal 335 356 367 13 4 0 3 311 76 134
Binary 11011101 11101110 11110111 1011 100 0 11 11001001 111110 1011100

Color Harmonies of #DDEEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEF7

Black with #DDEEF7

Text Example


Text Example

White with #DDEEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEF7; }

 p { color: rgb(221,238,247); }

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

background-color css

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

 a { background-color: rgb(221,238,247); }

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

border-color css

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

 span { border-color: rgb(221,238,247); }

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