Html Css Color HEX #FFD3CC Cosmos

📋 copy color: '#FFD3CC'

red 255 ◦ green 211 ◦ blue 204

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

Shades of Cosmos #FFD3CC

Tints of Cosmos #FFD3CC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.49%

 BLUE value IS 204 (80.08% from 255) = 30.45%

R = 38.06%
G = 31.49%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FFD3CC (or 0xFFD3CC) is known color: Cosmos. HEX triplet: FF, D3 and CC. RGB value is (255,211,204). Sum of RGB (Red+Green+Blue) = 255+211+204=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3CC is #002C33. Grayscale: #DFDFDF. Windows color (decimal): -11316 or 13423615. OLE color: 13423615.

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

Color convert

RGB 255 211 204 -
CMYK 0 0.17 0.2 0
HSL 8.24º 1% 0.9% -
HSV(B) 8.24º 0.2% 1% -
XYZ 75.43 72.21 67.09 -
YUV 223.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 255 211 204 0 0.17 0.2 0 8.24 1 0.9
Hex FF D3 CC 0 11 14 0 8 64 5A
Octal 377 323 314 0 21 24 0 10 144 132
Binary 11111111 11010011 11001100 0 10001 10100 0 1000 1100100 1011010

Color Harmonies of #FFD3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD3CC

Black with #FFD3CC

Text Example


Text Example

White with #FFD3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD3CC; }

 p { color: rgb(255,211,204); }

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

background-color css

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

 a { background-color: rgb(255,211,204); }

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

border-color css

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

 span { border-color: rgb(255,211,204); }

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