Html Css Color HEX #DCFBEB White Ice

📋 copy color: '#DCFBEB'

red 220 ◦ green 251 ◦ blue 235

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

Shades of White Ice #DCFBEB

Tints of White Ice #DCFBEB

RGB

 RED value IS 220 (86.33% from 255) = 31.16%

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

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

R = 31.16%
G = 35.55%
B = 33.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#DCFBEB (or 0xDCFBEB) is known color: White Ice. HEX triplet: DC, FB and EB. RGB value is (220,251,235). Sum of RGB (Red+Green+Blue) = 220+251+235=706 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.16% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 235 (92.19% from 255 or 33.29% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBEB is #230414. Grayscale: #EFEFEF. Windows color (decimal): -2294805 or 15465436. OLE color: 15465436.

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

Color convert

RGB 220 251 235 -
CMYK 0.12 0 0.06 0.02
HSL 149.03º 0.79% 0.92% -
HSV(B) 149.03º 0.12% 0.98% -
XYZ 79.01 90.21 91.85 -
YUV 239.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 220 251 235 0.12 0 0.06 0.02 149.03 0.79 0.92
Hex DC FB EB C 0 6 2 95 4F 5C
Octal 334 373 353 14 0 6 2 225 117 134
Binary 11011100 11111011 11101011 1100 0 110 10 10010101 1001111 1011100

Color Harmonies of #DCFBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBEB

Black with #DCFBEB

Text Example


Text Example

White with #DCFBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBEB; }

 p { color: rgb(220,251,235); }

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

background-color css

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

 a { background-color: rgb(220,251,235); }

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

border-color css

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

 span { border-color: rgb(220,251,235); }

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