Html Css Color HEX #DAF7E7 White Ice

📋 copy color: '#DAF7E7'

red 218 ◦ green 247 ◦ blue 231

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

Shades of White Ice #DAF7E7

Tints of White Ice #DAF7E7

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.49%

 BLUE value IS 231 (90.63% from 255) = 33.19%

R = 31.32%
G = 35.49%
B = 33.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#DAF7E7 (or 0xDAF7E7) is known color: White Ice. HEX triplet: DA, F7 and E7. RGB value is (218,247,231). Sum of RGB (Red+Green+Blue) = 218+247+231=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 247 (96.88% from 255 or 35.49% from 696); Blue value is 231 (90.62% from 255 or 33.19% from 696); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF7E7 is #250818. Grayscale: #ECECEC. Windows color (decimal): -2426905 or 15202266. OLE color: 15202266.

HSL color Cylindrical-coordinate representation of color #DAF7E7: hue angle of 146.9º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF7E7 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 247 231 -
CMYK 0.12 0 0.06 0.03
HSL 146.9º 0.64% 0.91% -
HSV(B) 146.9º 0.12% 0.97% -
XYZ 76.6 87.2 88.39 -
YUV 236.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 218 247 231 0.12 0 0.06 0.03 146.9 0.64 0.91
Hex DA F7 E7 C 0 6 3 93 40 5B
Octal 332 367 347 14 0 6 3 223 100 133
Binary 11011010 11110111 11100111 1100 0 110 11 10010011 1000000 1011011

Color Harmonies of #DAF7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF7E7

Black with #DAF7E7

Text Example


Text Example

White with #DAF7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF7E7; }

 p { color: rgb(218,247,231); }

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

background-color css

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

 a { background-color: rgb(218,247,231); }

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

border-color css

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

 span { border-color: rgb(218,247,231); }

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