Html Css Color HEX #DCEFCB Frostee

📋 copy color: '#DCEFCB'

red 220 ◦ green 239 ◦ blue 203

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

Shades of Frostee #DCEFCB

Tints of Frostee #DCEFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.1%

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

R = 33.23%
G = 36.1%
B = 30.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#DCEFCB (or 0xDCEFCB) is known color: Frostee. HEX triplet: DC, EF and CB. RGB value is (220,239,203). Sum of RGB (Red+Green+Blue) = 220+239+203=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFCB is #231034. Grayscale: #E5E5E5. Windows color (decimal): -2297909 or 13365212. OLE color: 13365212.

HSL color Cylindrical-coordinate representation of color #DCEFCB: hue angle of 91.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCEFCB is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 203 -
CMYK 0.08 0 0.15 0.06
HSL 91.67º 0.53% 0.87% -
HSV(B) 91.67º 0.15% 0.94% -
XYZ 71.16 81.26 68.43 -
YUV 229.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 220 239 203 0.08 0 0.15 0.06 91.67 0.53 0.87
Hex DC EF CB 8 0 F 6 5C 35 57
Octal 334 357 313 10 0 17 6 134 65 127
Binary 11011100 11101111 11001011 1000 0 1111 110 1011100 110101 1010111

Color Harmonies of #DCEFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFCB

Black with #DCEFCB

Text Example


Text Example

White with #DCEFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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