Html Css Color HEX #D7E3CB Frostee

📋 copy color: '#D7E3CB'

red 215 ◦ green 227 ◦ blue 203

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

Shades of Frostee #D7E3CB

Tints of Frostee #D7E3CB

RGB

 RED value IS 215 (84.38% from 255) = 33.33%

 GREEN value IS 227 (89.06% from 255) = 35.19%

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

R = 33.33%
G = 35.19%
B = 31.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#D7E3CB (or 0xD7E3CB) is known color: Frostee. HEX triplet: D7, E3 and CB. RGB value is (215,227,203). Sum of RGB (Red+Green+Blue) = 215+227+203=645 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.33% from 645); Green value is 227 (89.06% from 255 or 35.19% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E3CB is #281C34. Grayscale: #DCDCDC. Windows color (decimal): -2628661 or 13362135. OLE color: 13362135.

HSL color Cylindrical-coordinate representation of color #D7E3CB: hue angle of 90º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7E3CB is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 215 227 203 -
CMYK 0.05 0 0.11 0.11
HSL 90º 0.3% 0.84% -
HSV(B) 90º 0.11% 0.89% -
XYZ 66.27 73.7 67.23 -
YUV 220.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 215 227 203 0.05 0 0.11 0.11 90 0.3 0.84
Hex D7 E3 CB 5 0 B B 5A 1E 54
Octal 327 343 313 5 0 13 13 132 36 124
Binary 11010111 11100011 11001011 101 0 1011 1011 1011010 11110 1010100

Color Harmonies of #D7E3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E3CB

Black with #D7E3CB

Text Example


Text Example

White with #D7E3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E3CB; }

 p { color: rgb(215,227,203); }

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

background-color css

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

 a { background-color: rgb(215,227,203); }

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

border-color css

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

 span { border-color: rgb(215,227,203); }

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