Html Css Color HEX #DDEAF1 Pattens Blue

📋 copy color: '#DDEAF1'

red 221 ◦ green 234 ◦ blue 241

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

Shades of Pattens Blue #DDEAF1

Tints of Pattens Blue #DDEAF1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.62%

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

R = 31.75%
G = 33.62%
B = 34.63%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDEAF1 (or 0xDDEAF1) is known color: Pattens Blue. HEX triplet: DD, EA and F1. RGB value is (221,234,241). Sum of RGB (Red+Green+Blue) = 221+234+241=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAF1 is #22150E. Grayscale: #E6E6E6. Windows color (decimal): -2233615 or 15854301. OLE color: 15854301.

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

Color convert

RGB 221 234 241 -
CMYK 0.08 0.03 0 0.05
HSL 201º 0.42% 0.91% -
HSV(B) 201º 0.08% 0.95% -
XYZ 75.12 80.57 94.81 -
YUV 230.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 221 234 241 0.08 0.03 0 0.05 201 0.42 0.91
Hex DD EA F1 8 3 0 5 C9 2A 5B
Octal 335 352 361 10 3 0 5 311 52 133
Binary 11011101 11101010 11110001 1000 11 0 101 11001001 101010 1011011

Color Harmonies of #DDEAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAF1

Black with #DDEAF1

Text Example


Text Example

White with #DDEAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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