Html Css Color HEX #DDEEF2 Pattens Blue

📋 copy color: '#DDEEF2'

red 221 ◦ green 238 ◦ blue 242

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

Shades of Pattens Blue #DDEEF2

Tints of Pattens Blue #DDEEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.52%

R = 31.53%
G = 33.95%
B = 34.52%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDEEF2 (or 0xDDEEF2) is known color: Pattens Blue. HEX triplet: DD, EE and F2. RGB value is (221,238,242). Sum of RGB (Red+Green+Blue) = 221+238+242=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 238 (93.36% from 255 or 33.95% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEF2 is #22110D. Grayscale: #E9E9E9. Windows color (decimal): -2232590 or 15920861. OLE color: 15920861.

HSL color Cylindrical-coordinate representation of color #DDEEF2: hue angle of 191.43º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDEEF2 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 238 242 -
CMYK 0.09 0.02 0 0.05
HSL 191.43º 0.45% 0.91% -
HSV(B) 191.43º 0.09% 0.95% -
XYZ 76.42 82.93 95.98 -
YUV 233.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 221 238 242 0.09 0.02 0 0.05 191.43 0.45 0.91
Hex DD EE F2 9 2 0 5 BF 2D 5B
Octal 335 356 362 11 2 0 5 277 55 133
Binary 11011101 11101110 11110010 1001 10 0 101 10111111 101101 1011011

Color Harmonies of #DDEEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEF2

Black with #DDEEF2

Text Example


Text Example

White with #DDEEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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