Html Css Color HEX #DDF1C2 Willow Brook

📋 copy color: '#DDF1C2'

red 221 ◦ green 241 ◦ blue 194

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

Shades of Willow Brook #DDF1C2

Tints of Willow Brook #DDF1C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.57%

R = 33.69%
G = 36.74%
B = 29.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#DDF1C2 (or 0xDDF1C2) is known color: Willow Brook. HEX triplet: DD, F1 and C2. RGB value is (221,241,194). Sum of RGB (Red+Green+Blue) = 221+241+194=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1C2 is #220E3D. Grayscale: #E5E5E5. Windows color (decimal): -2231870 or 12775901. OLE color: 12775901.

HSL color Cylindrical-coordinate representation of color #DDF1C2: hue angle of 85.53º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDF1C2 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 194 -
CMYK 0.08 0 0.20 0.05
HSL 85.53º 0.63% 0.85% -
HSV(B) 85.53º 0.2% 0.95% -
XYZ 71.01 82.18 63.16 -
YUV 229.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 221 241 194 0.08 0 0.20 0.05 85.53 0.63 0.85
Hex DD F1 C2 8 0 14 5 56 3F 55
Octal 335 361 302 10 0 24 5 126 77 125
Binary 11011101 11110001 11000010 1000 0 10100 101 1010110 111111 1010101

Color Harmonies of #DDF1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1C2

Black with #DDF1C2

Text Example


Text Example

White with #DDF1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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