Html Css Color HEX #DAEACA Frostee

📋 copy color: '#DAEACA'

red 218 ◦ green 234 ◦ blue 202

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

Shades of Frostee #DAEACA

Tints of Frostee #DAEACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.89%

R = 33.33%
G = 35.78%
B = 30.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#DAEACA (or 0xDAEACA) is known color: Frostee. HEX triplet: DA, EA and CA. RGB value is (218,234,202). Sum of RGB (Red+Green+Blue) = 218+234+202=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEACA is #251535. Grayscale: #E1E1E1. Windows color (decimal): -2430262 or 13298394. OLE color: 13298394.

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

Color convert

RGB 218 234 202 -
CMYK 0.07 0 0.14 0.08
HSL 90º 0.43% 0.85% -
HSV(B) 90º 0.14% 0.92% -
XYZ 69 78.02 67.3 -
YUV 225.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 218 234 202 0.07 0 0.14 0.08 90 0.43 0.85
Hex DA EA CA 7 0 E 8 5A 2B 55
Octal 332 352 312 7 0 16 10 132 53 125
Binary 11011010 11101010 11001010 111 0 1110 1000 1011010 101011 1010101

Color Harmonies of #DAEACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEACA

Black with #DAEACA

Text Example


Text Example

White with #DAEACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEACA; }

 p { color: rgb(218,234,202); }

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

background-color css

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

 a { background-color: rgb(218,234,202); }

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

border-color css

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

 span { border-color: rgb(218,234,202); }

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