Html Css Color HEX #DAFBED White Ice

📋 copy color: '#DAFBED'

red 218 ◦ green 251 ◦ blue 237

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

Shades of White Ice #DAFBED

Tints of White Ice #DAFBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.55%

 BLUE value IS 237 (92.97% from 255) = 33.57%

R = 30.88%
G = 35.55%
B = 33.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#DAFBED (or 0xDAFBED) is known color: White Ice. HEX triplet: DA, FB and ED. RGB value is (218,251,237). Sum of RGB (Red+Green+Blue) = 218+251+237=706 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.88% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBED is #250412. Grayscale: #EFEFEF. Windows color (decimal): -2425875 or 15596506. OLE color: 15596506.

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

Color convert

RGB 218 251 237 -
CMYK 0.13 0 0.06 0.02
HSL 154.55º 0.8% 0.92% -
HSV(B) 154.55º 0.13% 0.98% -
XYZ 78.7 90.01 93.35 -
YUV 239.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 218 251 237 0.13 0 0.06 0.02 154.55 0.8 0.92
Hex DA FB ED D 0 6 2 9B 50 5C
Octal 332 373 355 15 0 6 2 233 120 134
Binary 11011010 11111011 11101101 1101 0 110 10 10011011 1010000 1011100

Color Harmonies of #DAFBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBED

Black with #DAFBED

Text Example


Text Example

White with #DAFBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBED; }

 p { color: rgb(218,251,237); }

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

background-color css

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

 a { background-color: rgb(218,251,237); }

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

border-color css

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

 span { border-color: rgb(218,251,237); }

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