Html Css Color HEX #DBFCED White Ice

📋 copy color: '#DBFCED'

red 219 ◦ green 252 ◦ blue 237

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

Shades of White Ice #DBFCED

Tints of White Ice #DBFCED

RGB

 RED value IS 219 (85.94% from 255) = 30.93%

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

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

R = 30.93%
G = 35.59%
B = 33.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#DBFCED (or 0xDBFCED) is known color: White Ice. HEX triplet: DB, FC and ED. RGB value is (219,252,237). Sum of RGB (Red+Green+Blue) = 219+252+237=708 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.93% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCED is #240312. Grayscale: #F0F0F0. Windows color (decimal): -2360083 or 15596763. OLE color: 15596763.

HSL color Cylindrical-coordinate representation of color #DBFCED: hue angle of 152.73º 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 #DBFCED is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 252 237 -
CMYK 0.13 0 0.06 0.01
HSL 152.73º 0.85% 0.92% -
HSV(B) 152.73º 0.13% 0.99% -
XYZ 79.31 90.8 93.47 -
YUV 240.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 219 252 237 0.13 0 0.06 0.01 152.73 0.85 0.92
Hex DB FC ED D 0 6 1 99 55 5C
Octal 333 374 355 15 0 6 1 231 125 134
Binary 11011011 11111100 11101101 1101 0 110 1 10011001 1010101 1011100

Color Harmonies of #DBFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFCED

Black with #DBFCED

Text Example


Text Example

White with #DBFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFCED; }

 p { color: rgb(219,252,237); }

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

background-color css

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

 a { background-color: rgb(219,252,237); }

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

border-color css

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

 span { border-color: rgb(219,252,237); }

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