Html Css Color HEX #DDEEFC Pattens Blue

📋 copy color: '#DDEEFC'

red 221 ◦ green 238 ◦ blue 252

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

Shades of Pattens Blue #DDEEFC

Tints of Pattens Blue #DDEEFC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.47%

 BLUE value IS 252 (98.83% from 255) = 35.44%

R = 31.08%
G = 33.47%
B = 35.44%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDEEFC (or 0xDDEEFC) is known color: Pattens Blue. HEX triplet: DD, EE and FC. RGB value is (221,238,252). Sum of RGB (Red+Green+Blue) = 221+238+252=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEFC is #221103. Grayscale: #EAEAEA. Windows color (decimal): -2232580 or 16576221. OLE color: 16576221.

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

Color convert

RGB 221 238 252 -
CMYK 0.12 0.06 0 0.01
HSL 207.1º 0.84% 0.93% -
HSV(B) 207.1º 0.12% 0.99% -
XYZ 77.96 83.55 104.11 -
YUV 234.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 221 238 252 0.12 0.06 0 0.01 207.1 0.84 0.93
Hex DD EE FC C 6 0 1 CF 54 5D
Octal 335 356 374 14 6 0 1 317 124 135
Binary 11011101 11101110 11111100 1100 110 0 1 11001111 1010100 1011101

Color Harmonies of #DDEEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEFC

Black with #DDEEFC

Text Example


Text Example

White with #DDEEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEFC; }

 p { color: rgb(221,238,252); }

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

background-color css

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

 a { background-color: rgb(221,238,252); }

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

border-color css

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

 span { border-color: rgb(221,238,252); }

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