Html Css Color HEX #DDF2FD Pattens Blue

📋 copy color: '#DDF2FD'

red 221 ◦ green 242 ◦ blue 253

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

Shades of Pattens Blue #DDF2FD

Tints of Pattens Blue #DDF2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.8%

 BLUE value IS 253 (99.22% from 255) = 35.34%

R = 30.87%
G = 33.8%
B = 35.34%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDF2FD (or 0xDDF2FD) is known color: Pattens Blue. HEX triplet: DD, F2 and FD. RGB value is (221,242,253). Sum of RGB (Red+Green+Blue) = 221+242+253=716 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.87% from 716); Green value is 242 (94.92% from 255 or 33.80% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDF2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2FD is #220D02. Grayscale: #ECECEC. Windows color (decimal): -2231555 or 16642781. OLE color: 16642781.

HSL color Cylindrical-coordinate representation of color #DDF2FD: hue angle of 200.62º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF2FD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 242 253 -
CMYK 0.13 0.04 0 0.01
HSL 200.63º 0.89% 0.93% -
HSV(B) 200.63º 0.13% 0.99% -
XYZ 79.3 85.97 105.34 -
YUV 236.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 221 242 253 0.13 0.04 0 0.01 200.63 0.89 0.93
Hex DD F2 FD D 4 0 1 C9 59 5D
Octal 335 362 375 15 4 0 1 311 131 135
Binary 11011101 11110010 11111101 1101 100 0 1 11001001 1011001 1011101

Color Harmonies of #DDF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2FD

Black with #DDF2FD

Text Example


Text Example

White with #DDF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2FD; }

 p { color: rgb(221,242,253); }

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

background-color css

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

 a { background-color: rgb(221,242,253); }

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

border-color css

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

 span { border-color: rgb(221,242,253); }

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