Html Css Color HEX #DDF1FD Pattens Blue

📋 copy color: '#DDF1FD'

red 221 ◦ green 241 ◦ blue 253

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

Shades of Pattens Blue #DDF1FD

Tints of Pattens Blue #DDF1FD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.71%

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

R = 30.91%
G = 33.71%
B = 35.38%

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

#DDF1FD (or 0xDDF1FD) is known color: Pattens Blue. HEX triplet: DD, F1 and FD. RGB value is (221,241,253). Sum of RGB (Red+Green+Blue) = 221+241+253=715 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.91% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDF1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1FD is #220E02. Grayscale: #ECECEC. Windows color (decimal): -2231811 or 16642525. OLE color: 16642525.

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

Color convert

RGB 221 241 253 -
CMYK 0.13 0.05 0 0.01
HSL 202.5º 0.89% 0.93% -
HSV(B) 202.5º 0.13% 0.99% -
XYZ 79 85.37 105.24 -
YUV 236.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 221 241 253 0.13 0.05 0 0.01 202.5 0.89 0.93
Hex DD F1 FD D 5 0 1 CA 59 5D
Octal 335 361 375 15 5 0 1 312 131 135
Binary 11011101 11110001 11111101 1101 101 0 1 11001010 1011001 1011101

Color Harmonies of #DDF1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1FD

Black with #DDF1FD

Text Example


Text Example

White with #DDF1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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