Html Css Color HEX #DAEDC6 Frostee

📋 copy color: '#DAEDC6'

red 218 ◦ green 237 ◦ blue 198

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

Shades of Frostee #DAEDC6

Tints of Frostee #DAEDC6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.29%

 BLUE value IS 198 (77.73% from 255) = 30.32%

R = 33.38%
G = 36.29%
B = 30.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#DAEDC6 (or 0xDAEDC6) is known color: Frostee. HEX triplet: DA, ED and C6. RGB value is (218,237,198). Sum of RGB (Red+Green+Blue) = 218+237+198=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDC6 is #251239. Grayscale: #E3E3E3. Windows color (decimal): -2429498 or 13037018. OLE color: 13037018.

HSL color Cylindrical-coordinate representation of color #DAEDC6: hue angle of 89.23º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAEDC6 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 237 198 -
CMYK 0.08 0 0.16 0.07
HSL 89.23º 0.52% 0.85% -
HSV(B) 89.23º 0.16% 0.93% -
XYZ 69.39 79.55 65.12 -
YUV 226.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 218 237 198 0.08 0 0.16 0.07 89.23 0.52 0.85
Hex DA ED C6 8 0 10 7 59 34 55
Octal 332 355 306 10 0 20 7 131 64 125
Binary 11011010 11101101 11000110 1000 0 10000 111 1011001 110100 1010101

Color Harmonies of #DAEDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDC6

Black with #DAEDC6

Text Example


Text Example

White with #DAEDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDC6; }

 p { color: rgb(218,237,198); }

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

background-color css

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

 a { background-color: rgb(218,237,198); }

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

border-color css

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

 span { border-color: rgb(218,237,198); }

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