Html Css Color HEX #DAF9E9 White Ice

📋 copy color: '#DAF9E9'

red 218 ◦ green 249 ◦ blue 233

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

Shades of White Ice #DAF9E9

Tints of White Ice #DAF9E9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.57%

 BLUE value IS 233 (91.41% from 255) = 33.29%

R = 31.14%
G = 35.57%
B = 33.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#DAF9E9 (or 0xDAF9E9) is known color: White Ice. HEX triplet: DA, F9 and E9. RGB value is (218,249,233). Sum of RGB (Red+Green+Blue) = 218+249+233=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 249 (97.66% from 255 or 35.57% from 700); Blue value is 233 (91.41% from 255 or 33.29% from 700); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF9E9 is #250616. Grayscale: #EDEDED. Windows color (decimal): -2426391 or 15333850. OLE color: 15333850.

HSL color Cylindrical-coordinate representation of color #DAF9E9: hue angle of 149.03º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF9E9 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 233 -
CMYK 0.12 0 0.06 0.02
HSL 149.03º 0.72% 0.92% -
HSV(B) 149.03º 0.12% 0.98% -
XYZ 77.5 88.54 90.1 -
YUV 237.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 218 249 233 0.12 0 0.06 0.02 149.03 0.72 0.92
Hex DA F9 E9 C 0 6 2 95 48 5C
Octal 332 371 351 14 0 6 2 225 110 134
Binary 11011010 11111001 11101001 1100 0 110 10 10010101 1001000 1011100

Color Harmonies of #DAF9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF9E9

Black with #DAF9E9

Text Example


Text Example

White with #DAF9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF9E9; }

 p { color: rgb(218,249,233); }

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

background-color css

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

 a { background-color: rgb(218,249,233); }

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

border-color css

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

 span { border-color: rgb(218,249,233); }

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