Html Css Color HEX #DAFCEB White Ice

📋 copy color: '#DAFCEB'

red 218 ◦ green 252 ◦ blue 235

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

Shades of White Ice #DAFCEB

Tints of White Ice #DAFCEB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.74%

 BLUE value IS 235 (92.19% from 255) = 33.33%

R = 30.92%
G = 35.74%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#DAFCEB (or 0xDAFCEB) is known color: White Ice. HEX triplet: DA, FC and EB. RGB value is (218,252,235). Sum of RGB (Red+Green+Blue) = 218+252+235=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCEB is #250314. Grayscale: #EFEFEF. Windows color (decimal): -2425621 or 15465690. OLE color: 15465690.

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

Color convert

RGB 218 252 235 -
CMYK 0.13 0 0.07 0.01
HSL 150º 0.85% 0.92% -
HSV(B) 150º 0.13% 0.99% -
XYZ 78.72 90.52 91.92 -
YUV 239.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 218 252 235 0.13 0 0.07 0.01 150 0.85 0.92
Hex DA FC EB D 0 7 1 96 55 5C
Octal 332 374 353 15 0 7 1 226 125 134
Binary 11011010 11111100 11101011 1101 0 111 1 10010110 1010101 1011100

Color Harmonies of #DAFCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFCEB

Black with #DAFCEB

Text Example


Text Example

White with #DAFCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFCEB; }

 p { color: rgb(218,252,235); }

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

background-color css

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

 a { background-color: rgb(218,252,235); }

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

border-color css

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

 span { border-color: rgb(218,252,235); }

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