Html Css Color HEX #DDEDF8 Pattens Blue

📋 copy color: '#DDEDF8'

red 221 ◦ green 237 ◦ blue 248

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

Shades of Pattens Blue #DDEDF8

Tints of Pattens Blue #DDEDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.13%

R = 31.3%
G = 33.57%
B = 35.13%

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

#DDEDF8 (or 0xDDEDF8) is known color: Pattens Blue. HEX triplet: DD, ED and F8. RGB value is (221,237,248). Sum of RGB (Red+Green+Blue) = 221+237+248=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDEDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDF8 is #221207. Grayscale: #E9E9E9. Windows color (decimal): -2232840 or 16313821. OLE color: 16313821.

HSL color Cylindrical-coordinate representation of color #DDEDF8: hue angle of 204.44º degrees, saturation: 0.66, 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 #DDEDF8 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 237 248 -
CMYK 0.11 0.04 0 0.03
HSL 204.44º 0.66% 0.92% -
HSV(B) 204.44º 0.11% 0.97% -
XYZ 77.05 82.72 100.71 -
YUV 233.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 221 237 248 0.11 0.04 0 0.03 204.44 0.66 0.92
Hex DD ED F8 B 4 0 3 CC 42 5C
Octal 335 355 370 13 4 0 3 314 102 134
Binary 11011101 11101101 11111000 1011 100 0 11 11001100 1000010 1011100

Color Harmonies of #DDEDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDF8

Black with #DDEDF8

Text Example


Text Example

White with #DDEDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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