Html Css Color HEX #FFD7CE Cosmos

📋 copy color: '#FFD7CE'

red 255 ◦ green 215 ◦ blue 206

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

Shades of Cosmos #FFD7CE

Tints of Cosmos #FFD7CE

RGB

 RED value IS 255 (100% from 255) = 37.72%

 GREEN value IS 215 (84.38% from 255) = 31.8%

 BLUE value IS 206 (80.86% from 255) = 30.47%

R = 37.72%
G = 31.8%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFD7CE (or 0xFFD7CE) is known color: Cosmos. HEX triplet: FF, D7 and CE. RGB value is (255,215,206). Sum of RGB (Red+Green+Blue) = 255+215+206=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7CE is #002831. Grayscale: #E2E2E2. Windows color (decimal): -10290 or 13555711. OLE color: 13555711.

HSL color Cylindrical-coordinate representation of color #FFD7CE: hue angle of 11.02º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFD7CE is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 255 215 206 -
CMYK 0 0.16 0.19 0
HSL 11.02º 1% 0.9% -
HSV(B) 11.02º 0.19% 1% -
XYZ 76.68 74.32 68.7 -
YUV 225.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 255 215 206 0 0.16 0.19 0 11.02 1 0.9
Hex FF D7 CE 0 10 13 0 B 64 5A
Octal 377 327 316 0 20 23 0 13 144 132
Binary 11111111 11010111 11001110 0 10000 10011 0 1011 1100100 1011010

Color Harmonies of #FFD7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD7CE

Black with #FFD7CE

Text Example


Text Example

White with #FFD7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD7CE; }

 p { color: rgb(255,215,206); }

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

background-color css

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

 a { background-color: rgb(255,215,206); }

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

border-color css

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

 span { border-color: rgb(255,215,206); }

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