Html Css Color HEX #DDECF3 Pattens Blue

📋 copy color: '#DDECF3'

red 221 ◦ green 236 ◦ blue 243

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

Shades of Pattens Blue #DDECF3

Tints of Pattens Blue #DDECF3

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.71%

 BLUE value IS 243 (95.31% from 255) = 34.71%

R = 31.57%
G = 33.71%
B = 34.71%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDECF3 (or 0xDDECF3) is known color: Pattens Blue. HEX triplet: DD, EC and F3. RGB value is (221,236,243). Sum of RGB (Red+Green+Blue) = 221+236+243=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 243 (95.31% from 255 or 34.71% from 700); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECF3 is #22130C. Grayscale: #E8E8E8. Windows color (decimal): -2233101 or 15985885. OLE color: 15985885.

HSL color Cylindrical-coordinate representation of color #DDECF3: hue angle of 199.09º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDECF3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 236 243 -
CMYK 0.09 0.03 0 0.05
HSL 199.09º 0.48% 0.91% -
HSV(B) 199.09º 0.09% 0.95% -
XYZ 75.99 81.83 96.58 -
YUV 232.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 221 236 243 0.09 0.03 0 0.05 199.09 0.48 0.91
Hex DD EC F3 9 3 0 5 C7 30 5B
Octal 335 354 363 11 3 0 5 307 60 133
Binary 11011101 11101100 11110011 1001 11 0 101 11000111 110000 1011011

Color Harmonies of #DDECF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDECF3

Black with #DDECF3

Text Example


Text Example

White with #DDECF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDECF3; }

 p { color: rgb(221,236,243); }

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

background-color css

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

 a { background-color: rgb(221,236,243); }

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

border-color css

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

 span { border-color: rgb(221,236,243); }

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