Html Css Color HEX #DDEDF5 Pattens Blue

📋 copy color: '#DDEDF5'

red 221 ◦ green 237 ◦ blue 245

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

Shades of Pattens Blue #DDEDF5

Tints of Pattens Blue #DDEDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.85%

R = 31.44%
G = 33.71%
B = 34.85%

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

#DDEDF5 (or 0xDDEDF5) is known color: Pattens Blue. HEX triplet: DD, ED and F5. RGB value is (221,237,245). Sum of RGB (Red+Green+Blue) = 221+237+245=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDF5 is #22120A. Grayscale: #E9E9E9. Windows color (decimal): -2232843 or 16117213. OLE color: 16117213.

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

Color convert

RGB 221 237 245 -
CMYK 0.10 0.03 0 0.04
HSL 200º 0.55% 0.91% -
HSV(B) 200º 0.1% 0.96% -
XYZ 76.58 82.53 98.28 -
YUV 233.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 221 237 245 0.10 0.03 0 0.04 200 0.55 0.91
Hex DD ED F5 A 3 0 4 C8 37 5B
Octal 335 355 365 12 3 0 4 310 67 133
Binary 11011101 11101101 11110101 1010 11 0 100 11001000 110111 1011011

Color Harmonies of #DDEDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDF5

Black with #DDEDF5

Text Example


Text Example

White with #DDEDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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