Html Css Color HEX #DDEDF1 Pattens Blue

📋 copy color: '#DDEDF1'

red 221 ◦ green 237 ◦ blue 241

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

Shades of Pattens Blue #DDEDF1

Tints of Pattens Blue #DDEDF1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.91%

 BLUE value IS 241 (94.53% from 255) = 34.48%

R = 31.62%
G = 33.91%
B = 34.48%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDEDF1 (or 0xDDEDF1) is known color: Pattens Blue. HEX triplet: DD, ED and F1. RGB value is (221,237,241). Sum of RGB (Red+Green+Blue) = 221+237+241=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDF1 is #22120E. Grayscale: #E8E8E8. Windows color (decimal): -2232847 or 15855069. OLE color: 15855069.

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

Color convert

RGB 221 237 241 -
CMYK 0.08 0.02 0 0.05
HSL 192º 0.42% 0.91% -
HSV(B) 192º 0.08% 0.95% -
XYZ 75.98 82.29 95.1 -
YUV 232.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 221 237 241 0.08 0.02 0 0.05 192 0.42 0.91
Hex DD ED F1 8 2 0 5 C0 2A 5B
Octal 335 355 361 10 2 0 5 300 52 133
Binary 11011101 11101101 11110001 1000 10 0 101 11000000 101010 1011011

Color Harmonies of #DDEDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDF1

Black with #DDEDF1

Text Example


Text Example

White with #DDEDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDF1; }

 p { color: rgb(221,237,241); }

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

background-color css

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

 a { background-color: rgb(221,237,241); }

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

border-color css

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

 span { border-color: rgb(221,237,241); }

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