Html Css Color HEX #DDEABB Frost

📋 copy color: '#DDEABB'

red 221 ◦ green 234 ◦ blue 187

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

Shades of Frost #DDEABB

Tints of Frost #DDEABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.45%

 BLUE value IS 187 (73.44% from 255) = 29.13%

R = 34.42%
G = 36.45%
B = 29.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#DDEABB (or 0xDDEABB) is known color: Frost. HEX triplet: DD, EA and BB. RGB value is (221,234,187). Sum of RGB (Red+Green+Blue) = 221+234+187=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEABB is #221544. Grayscale: #E0E0E0. Windows color (decimal): -2233669 or 12315357. OLE color: 12315357.

HSL color Cylindrical-coordinate representation of color #DDEABB: hue angle of 76.6º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDEABB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 187 -
CMYK 0.06 0 0.20 0.08
HSL 76.6º 0.53% 0.83% -
HSV(B) 76.6º 0.2% 0.92% -
XYZ 68.21 77.81 58.44 -
YUV 224.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 221 234 187 0.06 0 0.20 0.08 76.6 0.53 0.83
Hex DD EA BB 6 0 14 8 4D 35 53
Octal 335 352 273 6 0 24 10 115 65 123
Binary 11011101 11101010 10111011 110 0 10100 1000 1001101 110101 1010011

Color Harmonies of #DDEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEABB

Black with #DDEABB

Text Example


Text Example

White with #DDEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEABB; }

 p { color: rgb(221,234,187); }

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

background-color css

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

 a { background-color: rgb(221,234,187); }

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

border-color css

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

 span { border-color: rgb(221,234,187); }

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