Html Css Color HEX #DAF1E6 White Ice

📋 copy color: '#DAF1E6'

red 218 ◦ green 241 ◦ blue 230

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

Shades of White Ice #DAF1E6

Tints of White Ice #DAF1E6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.98%

 BLUE value IS 230 (90.23% from 255) = 33.38%

R = 31.64%
G = 34.98%
B = 33.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#DAF1E6 (or 0xDAF1E6) is known color: White Ice. HEX triplet: DA, F1 and E6. RGB value is (218,241,230). Sum of RGB (Red+Green+Blue) = 218+241+230=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 241 (94.53% from 255 or 34.98% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF1E6 is #250E19. Grayscale: #E8E8E8. Windows color (decimal): -2428442 or 15135194. OLE color: 15135194.

HSL color Cylindrical-coordinate representation of color #DAF1E6: hue angle of 151.3º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF1E6 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 230 -
CMYK 0.10 0 0.05 0.05
HSL 151.3º 0.45% 0.9% -
HSV(B) 151.3º 0.1% 0.95% -
XYZ 74.65 83.53 87.05 -
YUV 232.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 218 241 230 0.10 0 0.05 0.05 151.3 0.45 0.9
Hex DA F1 E6 A 0 5 5 97 2D 5A
Octal 332 361 346 12 0 5 5 227 55 132
Binary 11011010 11110001 11100110 1010 0 101 101 10010111 101101 1011010

Color Harmonies of #DAF1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF1E6

Black with #DAF1E6

Text Example


Text Example

White with #DAF1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF1E6; }

 p { color: rgb(218,241,230); }

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

background-color css

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

 a { background-color: rgb(218,241,230); }

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

border-color css

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

 span { border-color: rgb(218,241,230); }

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