Html Css Color HEX #DAF5DD Off Green

📋 copy color: '#DAF5DD'

red 218 ◦ green 245 ◦ blue 221

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

Shades of Off Green #DAF5DD

Tints of Off Green #DAF5DD

RGB

 RED value IS 218 (85.55% from 255) = 31.87%

 GREEN value IS 245 (96.09% from 255) = 35.82%

 BLUE value IS 221 (86.72% from 255) = 32.31%

R = 31.87%
G = 35.82%
B = 32.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#DAF5DD (or 0xDAF5DD) is known color: Off Green. HEX triplet: DA, F5 and DD. RGB value is (218,245,221). Sum of RGB (Red+Green+Blue) = 218+245+221=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5DD is #250A22. Grayscale: #EAEAEA. Windows color (decimal): -2427427 or 14546394. OLE color: 14546394.

HSL color Cylindrical-coordinate representation of color #DAF5DD: hue angle of 126.67º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF5DD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 245 221 -
CMYK 0.11 0 0.10 0.04
HSL 126.67º 0.57% 0.91% -
HSV(B) 126.67º 0.11% 0.96% -
XYZ 74.62 85.43 80.96 -
YUV 234.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 218 245 221 0.11 0 0.10 0.04 126.67 0.57 0.91
Hex DA F5 DD B 0 A 4 7F 39 5B
Octal 332 365 335 13 0 12 4 177 71 133
Binary 11011010 11110101 11011101 1011 0 1010 100 1111111 111001 1011011

Color Harmonies of #DAF5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF5DD

Black with #DAF5DD

Text Example


Text Example

White with #DAF5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF5DD; }

 p { color: rgb(218,245,221); }

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

background-color css

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

 a { background-color: rgb(218,245,221); }

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

border-color css

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

 span { border-color: rgb(218,245,221); }

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