Html Css Color HEX #D7E3CC Frostee

📋 copy color: '#D7E3CC'

red 215 ◦ green 227 ◦ blue 204

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

Shades of Frostee #D7E3CC

Tints of Frostee #D7E3CC

RGB

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

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

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

R = 33.28%
G = 35.14%
B = 31.58%

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

#D7E3CC (or 0xD7E3CC) is known color: Frostee. HEX triplet: D7, E3 and CC. RGB value is (215,227,204). Sum of RGB (Red+Green+Blue) = 215+227+204=646 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.28% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E3CC is #281C33. Grayscale: #DCDCDC. Windows color (decimal): -2628660 or 13427671. OLE color: 13427671.

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

Color convert

RGB 215 227 204 -
CMYK 0.05 0 0.10 0.11
HSL 91.3º 0.29% 0.85% -
HSV(B) 91.3º 0.1% 0.89% -
XYZ 66.39 73.74 67.86 -
YUV 220.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 215 227 204 0.05 0 0.10 0.11 91.3 0.29 0.85
Hex D7 E3 CC 5 0 A B 5B 1D 55
Octal 327 343 314 5 0 12 13 133 35 125
Binary 11010111 11100011 11001100 101 0 1010 1011 1011011 11101 1010101

Color Harmonies of #D7E3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E3CC

Black with #D7E3CC

Text Example


Text Example

White with #D7E3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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