Html Css Color HEX #DAEBC6 Frostee

📋 copy color: '#DAEBC6'

red 218 ◦ green 235 ◦ blue 198

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

Shades of Frostee #DAEBC6

Tints of Frostee #DAEBC6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.1%

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

R = 33.49%
G = 36.1%
B = 30.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#DAEBC6 (or 0xDAEBC6) is known color: Frostee. HEX triplet: DA, EB and C6. RGB value is (218,235,198). Sum of RGB (Red+Green+Blue) = 218+235+198=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 198 (77.73% from 255 or 30.41% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBC6 is #251439. Grayscale: #E1E1E1. Windows color (decimal): -2430010 or 13036506. OLE color: 13036506.

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

Color convert

RGB 218 235 198 -
CMYK 0.07 0 0.16 0.08
HSL 87.57º 0.48% 0.85% -
HSV(B) 87.57º 0.16% 0.92% -
XYZ 68.81 78.4 64.93 -
YUV 225.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 218 235 198 0.07 0 0.16 0.08 87.57 0.48 0.85
Hex DA EB C6 7 0 10 8 58 30 55
Octal 332 353 306 7 0 20 10 130 60 125
Binary 11011010 11101011 11000110 111 0 10000 1000 1011000 110000 1010101

Color Harmonies of #DAEBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBC6

Black with #DAEBC6

Text Example


Text Example

White with #DAEBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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