#DAEFCE

Color #DAEFCE Hint Of Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Green #DAEFCE

Tints of Hint Of Green #DAEFCE

Color information

#DAEFCE (or 0xDAEFCE) is unknown color: approx Hint Of Green. HEX triplet: DA, EF and CE. RGB value is (218,239,206). Sum of RGB (Red+Green+Blue) = 218+239+206=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFCE is #251031. Grayscale: #E5E5E5. Windows color (decimal): -2428978 or 13561818. OLE color: 13561818.

HSL color Cylindrical-coordinate representation of color #DAEFCE: hue angle of 98.18º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAEFCE is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB218239206-
CMYK0.0900.140.06
HSL98.18º50.77%87.25%-
HSV(B)98.18º13.81%93.73%-
XYZ70.9281.0970.31-
YUV228.96115.04120.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 239 (93.75% from 255) = 36.05%
BLUE value IS 206 (80.86% from 255) = 31.07%
R=32.88%
G=36.05%
B=31.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392060.0900.140.0698.1850.7787.25
HexDAEFCE90E6623357
Octal33235731611016614263127
Binary11011010111011111100111010010111011011000101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFCE; }

 p { color: rgb(218,239,206); }

 H1.HeaderClassName
 {
   color: #DAEFCE;
 }
 .AnyTagClassName
 {
   color: #DAEFCE;
 }
</style>
background-color css

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

 a { background-color: rgb(218,239,206); }

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

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

 span { border-color: rgb(218,239,206); }

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