Html Css Color HEX #DAE9CB Frostee

📋 copy color: '#DAE9CB'

red 218 ◦ green 233 ◦ blue 203

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

Shades of Frostee #DAE9CB

Tints of Frostee #DAE9CB

RGB

 RED value IS 218 (85.55% from 255) = 33.33%

 GREEN value IS 233 (91.41% from 255) = 35.63%

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

R = 33.33%
G = 35.63%
B = 31.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#DAE9CB (or 0xDAE9CB) is known color: Frostee. HEX triplet: DA, E9 and CB. RGB value is (218,233,203). Sum of RGB (Red+Green+Blue) = 218+233+203=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9CB is #251634. Grayscale: #E1E1E1. Windows color (decimal): -2430517 or 13363674. OLE color: 13363674.

HSL color Cylindrical-coordinate representation of color #DAE9CB: hue angle of 90º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAE9CB is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 203 -
CMYK 0.06 0 0.13 0.09
HSL 90º 0.41% 0.85% -
HSV(B) 90º 0.13% 0.91% -
XYZ 68.83 77.5 67.83 -
YUV 225.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 218 233 203 0.06 0 0.13 0.09 90 0.41 0.85
Hex DA E9 CB 6 0 D 9 5A 29 55
Octal 332 351 313 6 0 15 11 132 51 125
Binary 11011010 11101001 11001011 110 0 1101 1001 1011010 101001 1010101

Color Harmonies of #DAE9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9CB

Black with #DAE9CB

Text Example


Text Example

White with #DAE9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9CB; }

 p { color: rgb(218,233,203); }

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

background-color css

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

 a { background-color: rgb(218,233,203); }

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

border-color css

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

 span { border-color: rgb(218,233,203); }

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