Html Css Color HEX #D7E2CC Frostee

📋 copy color: '#D7E2CC'

red 215 ◦ green 226 ◦ blue 204

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

Shades of Frostee #D7E2CC

Tints of Frostee #D7E2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.04%

 BLUE value IS 204 (80.08% from 255) = 31.63%

R = 33.33%
G = 35.04%
B = 31.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#D7E2CC (or 0xD7E2CC) is known color: Frostee. HEX triplet: D7, E2 and CC. RGB value is (215,226,204). Sum of RGB (Red+Green+Blue) = 215+226+204=645 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.33% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 226 - color contains mainly: green. Hex color #D7E2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E2CC is #281D33. Grayscale: #DCDCDC. Windows color (decimal): -2628916 or 13427415. OLE color: 13427415.

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

Color convert

RGB 215 226 204 -
CMYK 0.05 0 0.10 0.11
HSL 90º 0.28% 0.84% -
HSV(B) 90º 0.1% 0.89% -
XYZ 66.12 73.2 67.77 -
YUV 220.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 215 226 204 0.05 0 0.10 0.11 90 0.28 0.84
Hex D7 E2 CC 5 0 A B 5A 1C 54
Octal 327 342 314 5 0 12 13 132 34 124
Binary 11010111 11100010 11001100 101 0 1010 1011 1011010 11100 1010100

Color Harmonies of #D7E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E2CC

Black with #D7E2CC

Text Example


Text Example

White with #D7E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E2CC; }

 p { color: rgb(215,226,204); }

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

background-color css

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

 a { background-color: rgb(215,226,204); }

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

border-color css

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

 span { border-color: rgb(215,226,204); }

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