Html Css Color HEX #DDEAED Pattens Blue

📋 copy color: '#DDEAED'

red 221 ◦ green 234 ◦ blue 237

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

Shades of Pattens Blue #DDEAED

Tints of Pattens Blue #DDEAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.25%

R = 31.94%
G = 33.82%
B = 34.25%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDEAED (or 0xDDEAED) is known color: Pattens Blue. HEX triplet: DD, EA and ED. RGB value is (221,234,237). Sum of RGB (Red+Green+Blue) = 221+234+237=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAED is #221512. Grayscale: #E6E6E6. Windows color (decimal): -2233619 or 15592157. OLE color: 15592157.

HSL color Cylindrical-coordinate representation of color #DDEAED: hue angle of 191.25º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEAED is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 234 237 -
CMYK 0.07 0.01 0 0.07
HSL 191.25º 0.31% 0.9% -
HSV(B) 191.25º 0.07% 0.93% -
XYZ 74.53 80.33 91.7 -
YUV 230.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 221 234 237 0.07 0.01 0 0.07 191.25 0.31 0.9
Hex DD EA ED 7 1 0 7 BF 1F 5A
Octal 335 352 355 7 1 0 7 277 37 132
Binary 11011101 11101010 11101101 111 1 0 111 10111111 11111 1011010

Color Harmonies of #DDEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAED

Black with #DDEAED

Text Example


Text Example

White with #DDEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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