Html Css Color HEX #DDEEF6 Pattens Blue

📋 copy color: '#DDEEF6'

red 221 ◦ green 238 ◦ blue 246

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

Shades of Pattens Blue #DDEEF6

Tints of Pattens Blue #DDEEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 34.89%

R = 31.35%
G = 33.76%
B = 34.89%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDEEF6 (or 0xDDEEF6) is known color: Pattens Blue. HEX triplet: DD, EE and F6. RGB value is (221,238,246). Sum of RGB (Red+Green+Blue) = 221+238+246=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 246 (96.48% from 255 or 34.89% from 705); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDEEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEF6 is #221109. Grayscale: #E9E9E9. Windows color (decimal): -2232586 or 16183005. OLE color: 16183005.

HSL color Cylindrical-coordinate representation of color #DDEEF6: hue angle of 199.2º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDEEF6 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 238 246 -
CMYK 0.10 0.03 0 0.04
HSL 199.2º 0.58% 0.92% -
HSV(B) 199.2º 0.1% 0.96% -
XYZ 77.03 83.18 99.18 -
YUV 233.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 221 238 246 0.10 0.03 0 0.04 199.2 0.58 0.92
Hex DD EE F6 A 3 0 4 C7 3A 5C
Octal 335 356 366 12 3 0 4 307 72 134
Binary 11011101 11101110 11110110 1010 11 0 100 11000111 111010 1011100

Color Harmonies of #DDEEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEF6

Black with #DDEEF6

Text Example


Text Example

White with #DDEEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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