Html Css Color HEX #DDEEF8 Pattens Blue

📋 copy color: '#DDEEF8'

red 221 ◦ green 238 ◦ blue 248

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

Shades of Pattens Blue #DDEEF8

Tints of Pattens Blue #DDEEF8

RGB

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

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

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

R = 31.26%
G = 33.66%
B = 35.08%

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

#DDEEF8 (or 0xDDEEF8) is known color: Pattens Blue. HEX triplet: DD, EE and F8. RGB value is (221,238,248). Sum of RGB (Red+Green+Blue) = 221+238+248=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDEEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEF8 is #221107. Grayscale: #E9E9E9. Windows color (decimal): -2232584 or 16314077. OLE color: 16314077.

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

Color convert

RGB 221 238 248 -
CMYK 0.11 0.04 0 0.03
HSL 202.22º 0.66% 0.92% -
HSV(B) 202.22º 0.11% 0.97% -
XYZ 77.34 83.3 100.81 -
YUV 234.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 221 238 248 0.11 0.04 0 0.03 202.22 0.66 0.92
Hex DD EE F8 B 4 0 3 CA 42 5C
Octal 335 356 370 13 4 0 3 312 102 134
Binary 11011101 11101110 11111000 1011 100 0 11 11001010 1000010 1011100

Color Harmonies of #DDEEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEF8

Black with #DDEEF8

Text Example


Text Example

White with #DDEEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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