Html Css Color HEX #DCFBED White Ice

📋 copy color: '#DCFBED'

red 220 ◦ green 251 ◦ blue 237

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

Shades of White Ice #DCFBED

Tints of White Ice #DCFBED

RGB

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

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

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

R = 31.07%
G = 35.45%
B = 33.47%

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

#DCFBED (or 0xDCFBED) is known color: White Ice. HEX triplet: DC, FB and ED. RGB value is (220,251,237). Sum of RGB (Red+Green+Blue) = 220+251+237=708 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.07% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBED is #230412. Grayscale: #F0F0F0. Windows color (decimal): -2294803 or 15596508. OLE color: 15596508.

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

Color convert

RGB 220 251 237 -
CMYK 0.12 0 0.06 0.02
HSL 152.9º 0.79% 0.92% -
HSV(B) 152.9º 0.12% 0.98% -
XYZ 79.3 90.32 93.38 -
YUV 240.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 220 251 237 0.12 0 0.06 0.02 152.9 0.79 0.92
Hex DC FB ED C 0 6 2 99 4F 5C
Octal 334 373 355 14 0 6 2 231 117 134
Binary 11011100 11111011 11101101 1100 0 110 10 10011001 1001111 1011100

Color Harmonies of #DCFBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBED

Black with #DCFBED

Text Example


Text Example

White with #DCFBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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