Html Css Color HEX #DDEEFB Pattens Blue

📋 copy color: '#DDEEFB'

red 221 ◦ green 238 ◦ blue 251

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

Shades of Pattens Blue #DDEEFB

Tints of Pattens Blue #DDEEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.35%

R = 31.13%
G = 33.52%
B = 35.35%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDEEFB (or 0xDDEEFB) is known color: Pattens Blue. HEX triplet: DD, EE and FB. RGB value is (221,238,251). Sum of RGB (Red+Green+Blue) = 221+238+251=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDEEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEFB is #221104. Grayscale: #EAEAEA. Windows color (decimal): -2232581 or 16510685. OLE color: 16510685.

HSL color Cylindrical-coordinate representation of color #DDEEFB: hue angle of 206º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDEEFB is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 238 251 -
CMYK 0.12 0.05 0 0.02
HSL 206º 0.79% 0.93% -
HSV(B) 206º 0.12% 0.98% -
XYZ 77.81 83.49 103.28 -
YUV 234.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 221 238 251 0.12 0.05 0 0.02 206 0.79 0.93
Hex DD EE FB C 5 0 2 CE 4F 5D
Octal 335 356 373 14 5 0 2 316 117 135
Binary 11011101 11101110 11111011 1100 101 0 10 11001110 1001111 1011101

Color Harmonies of #DDEEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEFB

Black with #DDEEFB

Text Example


Text Example

White with #DDEEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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