Html Css Color HEX #DDF0FD Pattens Blue

📋 copy color: '#DDF0FD'

red 221 ◦ green 240 ◦ blue 253

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

Shades of Pattens Blue #DDF0FD

Tints of Pattens Blue #DDF0FD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.61%

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

R = 30.95%
G = 33.61%
B = 35.43%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDF0FD (or 0xDDF0FD) is known color: Pattens Blue. HEX triplet: DD, F0 and FD. RGB value is (221,240,253). Sum of RGB (Red+Green+Blue) = 221+240+253=714 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.95% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0FD is #220F02. Grayscale: #EBEBEB. Windows color (decimal): -2232067 or 16642269. OLE color: 16642269.

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

Color convert

RGB 221 240 253 -
CMYK 0.13 0.05 0 0.01
HSL 204.38º 0.89% 0.93% -
HSV(B) 204.38º 0.13% 0.99% -
XYZ 78.71 84.78 105.15 -
YUV 235.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 221 240 253 0.13 0.05 0 0.01 204.38 0.89 0.93
Hex DD F0 FD D 5 0 1 CC 59 5D
Octal 335 360 375 15 5 0 1 314 131 135
Binary 11011101 11110000 11111101 1101 101 0 1 11001100 1011001 1011101

Color Harmonies of #DDF0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF0FD

Black with #DDF0FD

Text Example


Text Example

White with #DDF0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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