Html Css Color HEX #DDEAF3 Pattens Blue

📋 copy color: '#DDEAF3'

red 221 ◦ green 234 ◦ blue 243

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

Shades of Pattens Blue #DDEAF3

Tints of Pattens Blue #DDEAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.81%

R = 31.66%
G = 33.52%
B = 34.81%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDEAF3 (or 0xDDEAF3) is known color: Pattens Blue. HEX triplet: DD, EA and F3. RGB value is (221,234,243). Sum of RGB (Red+Green+Blue) = 221+234+243=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAF3 is #22150C. Grayscale: #E7E7E7. Windows color (decimal): -2233613 or 15985373. OLE color: 15985373.

HSL color Cylindrical-coordinate representation of color #DDEAF3: hue angle of 204.55º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDEAF3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 234 243 -
CMYK 0.09 0.04 0 0.05
HSL 204.55º 0.48% 0.91% -
HSV(B) 204.55º 0.09% 0.95% -
XYZ 75.42 80.69 96.39 -
YUV 231.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 221 234 243 0.09 0.04 0 0.05 204.55 0.48 0.91
Hex DD EA F3 9 4 0 5 CD 30 5B
Octal 335 352 363 11 4 0 5 315 60 133
Binary 11011101 11101010 11110011 1001 100 0 101 11001101 110000 1011011

Color Harmonies of #DDEAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAF3

Black with #DDEAF3

Text Example


Text Example

White with #DDEAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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