Html Css Color HEX #DCF0FD Pattens Blue

📋 copy color: '#DCF0FD'

red 220 ◦ green 240 ◦ blue 253

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

Shades of Pattens Blue #DCF0FD

Tints of Pattens Blue #DCF0FD

RGB

 RED value IS 220 (86.33% from 255) = 30.86%

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

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

R = 30.86%
G = 33.66%
B = 35.48%

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

#DCF0FD (or 0xDCF0FD) is known color: Pattens Blue. HEX triplet: DC, F0 and FD. RGB value is (220,240,253). Sum of RGB (Red+Green+Blue) = 220+240+253=713 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.86% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0FD is #230F02. Grayscale: #EBEBEB. Windows color (decimal): -2297603 or 16642268. OLE color: 16642268.

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

Color convert

RGB 220 240 253 -
CMYK 0.13 0.05 0 0.01
HSL 203.64º 0.89% 0.93% -
HSV(B) 203.64º 0.13% 0.99% -
XYZ 78.4 84.63 105.13 -
YUV 235.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 220 240 253 0.13 0.05 0 0.01 203.64 0.89 0.93
Hex DC F0 FD D 5 0 1 CC 59 5D
Octal 334 360 375 15 5 0 1 314 131 135
Binary 11011100 11110000 11111101 1101 101 0 1 11001100 1011001 1011101

Color Harmonies of #DCF0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF0FD

Black with #DCF0FD

Text Example


Text Example

White with #DCF0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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