Html Css Color HEX #FFD5CD Cosmos

📋 copy color: '#FFD5CD'

red 255 ◦ green 213 ◦ blue 205

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

Shades of Cosmos #FFD5CD

Tints of Cosmos #FFD5CD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.65%

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

R = 37.89%
G = 31.65%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFD5CD (or 0xFFD5CD) is known color: Cosmos. HEX triplet: FF, D5 and CD. RGB value is (255,213,205). Sum of RGB (Red+Green+Blue) = 255+213+205=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5CD is #002A32. Grayscale: #E0E0E0. Windows color (decimal): -10803 or 13489663. OLE color: 13489663.

HSL color Cylindrical-coordinate representation of color #FFD5CD: hue angle of 9.6º 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 #FFD5CD is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 205 -
CMYK 0 0.16 0.20 0
HSL 9.6º 1% 0.9% -
HSV(B) 9.6º 0.2% 1% -
XYZ 76.05 73.26 67.89 -
YUV 224.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 255 213 205 0 0.16 0.20 0 9.6 1 0.9
Hex FF D5 CD 0 10 14 0 A 64 5A
Octal 377 325 315 0 20 24 0 12 144 132
Binary 11111111 11010101 11001101 0 10000 10100 0 1010 1100100 1011010

Color Harmonies of #FFD5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5CD

Black with #FFD5CD

Text Example


Text Example

White with #FFD5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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