Html Css Color HEX #FFDAD7 Cosmos

📋 copy color: '#FFDAD7'

red 255 ◦ green 218 ◦ blue 215

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

Shades of Cosmos #FFDAD7

Tints of Cosmos #FFDAD7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.69%

 BLUE value IS 215 (84.38% from 255) = 31.25%

R = 37.06%
G = 31.69%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFDAD7 (or 0xFFDAD7) is known color: Cosmos. HEX triplet: FF, DA and D7. RGB value is (255,218,215). Sum of RGB (Red+Green+Blue) = 255+218+215=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 215 (84.38% from 255 or 31.25% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAD7 is #002528. Grayscale: #E4E4E4. Windows color (decimal): -9513 or 14146303. OLE color: 14146303.

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

Color convert

RGB 255 218 215 -
CMYK 0 0.15 0.16 0
HSL 4.5º 1% 0.92% -
HSV(B) 4.5º 0.16% 1% -
XYZ 78.58 76.31 74.88 -
YUV 228.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 255 218 215 0 0.15 0.16 0 4.5 1 0.92
Hex FF DA D7 0 F 10 0 4 64 5C
Octal 377 332 327 0 17 20 0 4 144 134
Binary 11111111 11011010 11010111 0 1111 10000 0 100 1100100 1011100

Color Harmonies of #FFDAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDAD7

Black with #FFDAD7

Text Example


Text Example

White with #FFDAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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