Html Css Color HEX #DCEECB Frostee

📋 copy color: '#DCEECB'

red 220 ◦ green 238 ◦ blue 203

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

Shades of Frostee #DCEECB

Tints of Frostee #DCEECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.01%

 BLUE value IS 203 (79.69% from 255) = 30.71%

R = 33.28%
G = 36.01%
B = 30.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#DCEECB (or 0xDCEECB) is known color: Frostee. HEX triplet: DC, EE and CB. RGB value is (220,238,203). Sum of RGB (Red+Green+Blue) = 220+238+203=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEECB is #231134. Grayscale: #E4E4E4. Windows color (decimal): -2298165 or 13364956. OLE color: 13364956.

HSL color Cylindrical-coordinate representation of color #DCEECB: hue angle of 90.86º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCEECB is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 238 203 -
CMYK 0.08 0 0.15 0.07
HSL 90.86º 0.51% 0.86% -
HSV(B) 90.86º 0.15% 0.93% -
XYZ 70.87 80.68 68.34 -
YUV 228.63 113.54 121.85 -
System Red Green Blue C M Y K H S L
Decimal 220 238 203 0.08 0 0.15 0.07 90.86 0.51 0.86
Hex DC EE CB 8 0 F 7 5B 33 56
Octal 334 356 313 10 0 17 7 133 63 126
Binary 11011100 11101110 11001011 1000 0 1111 111 1011011 110011 1010110

Color Harmonies of #DCEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEECB

Black with #DCEECB

Text Example


Text Example

White with #DCEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEECB; }

 p { color: rgb(220,238,203); }

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

background-color css

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

 a { background-color: rgb(220,238,203); }

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

border-color css

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

 span { border-color: rgb(220,238,203); }

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