Html Css Color HEX #FFD7CF Cosmos

📋 copy color: '#FFD7CF'

red 255 ◦ green 215 ◦ blue 207

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

Shades of Cosmos #FFD7CF

Tints of Cosmos #FFD7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 30.58%

R = 37.67%
G = 31.76%
B = 30.58%

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

#FFD7CF (or 0xFFD7CF) is known color: Cosmos. HEX triplet: FF, D7 and CF. RGB value is (255,215,207). Sum of RGB (Red+Green+Blue) = 255+215+207=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7CF is #002830. Grayscale: #E2E2E2. Windows color (decimal): -10289 or 13621247. OLE color: 13621247.

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

Color convert

RGB 255 215 207 -
CMYK 0 0.16 0.19 0
HSL 10º 1% 0.91% -
HSV(B) 10º 0.19% 1% -
XYZ 76.8 74.37 69.34 -
YUV 226.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 255 215 207 0 0.16 0.19 0 10 1 0.91
Hex FF D7 CF 0 10 13 0 A 64 5B
Octal 377 327 317 0 20 23 0 12 144 133
Binary 11111111 11010111 11001111 0 10000 10011 0 1010 1100100 1011011

Color Harmonies of #FFD7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD7CF

Black with #FFD7CF

Text Example


Text Example

White with #FFD7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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