Html Css Color HEX #FFD1CD Cosmos

📋 copy color: '#FFD1CD'

red 255 ◦ green 209 ◦ blue 205

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

Shades of Cosmos #FFD1CD

Tints of Cosmos #FFD1CD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.24%

 BLUE value IS 205 (80.47% from 255) = 30.64%

R = 38.12%
G = 31.24%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFD1CD (or 0xFFD1CD) is known color: Cosmos. HEX triplet: FF, D1 and CD. RGB value is (255,209,205). Sum of RGB (Red+Green+Blue) = 255+209+205=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1CD is #002E32. Grayscale: #DEDEDE. Windows color (decimal): -11827 or 13488639. OLE color: 13488639.

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

Color convert

RGB 255 209 205 -
CMYK 0 0.18 0.20 0
HSL 4.8º 1% 0.9% -
HSV(B) 4.8º 0.2% 1% -
XYZ 75.06 71.27 67.56 -
YUV 222.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 255 209 205 0 0.18 0.20 0 4.8 1 0.9
Hex FF D1 CD 0 12 14 0 5 64 5A
Octal 377 321 315 0 22 24 0 5 144 132
Binary 11111111 11010001 11001101 0 10010 10100 0 101 1100100 1011010

Color Harmonies of #FFD1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD1CD

Black with #FFD1CD

Text Example


Text Example

White with #FFD1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD1CD; }

 p { color: rgb(255,209,205); }

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

background-color css

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

 a { background-color: rgb(255,209,205); }

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

border-color css

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

 span { border-color: rgb(255,209,205); }

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