Html Css Color HEX #D7CCD0 Prim

📋 copy color: '#D7CCD0'

red 215 ◦ green 204 ◦ blue 208

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

Shades of Prim #D7CCD0

Tints of Prim #D7CCD0

RGB

 RED value IS 215 (84.38% from 255) = 34.29%

 GREEN value IS 204 (80.08% from 255) = 32.54%

 BLUE value IS 208 (81.64% from 255) = 33.17%

R = 34.29%
G = 32.54%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D7CCD0 (or 0xD7CCD0) is known color: Prim. HEX triplet: D7, CC and D0. RGB value is (215,204,208). Sum of RGB (Red+Green+Blue) = 215+204+208=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCD0 is #28332F. Grayscale: #CFCFCF. Windows color (decimal): -2634544 or 13683927. OLE color: 13683927.

HSL color Cylindrical-coordinate representation of color #D7CCD0: hue angle of 338.18º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D7CCD0 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 204 208 -
CMYK 0 0.05 0.03 0.16
HSL 338.18º 0.12% 0.82% -
HSV(B) 338.18º 0.05% 0.84% -
XYZ 61 62.19 68.46 -
YUV 207.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 215 204 208 0 0.05 0.03 0.16 338.18 0.12 0.82
Hex D7 CC D0 0 5 3 10 152 C 52
Octal 327 314 320 0 5 3 20 522 14 122
Binary 11010111 11001100 11010000 0 101 11 10000 101010010 1100 1010010

Color Harmonies of #D7CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CCD0

Black with #D7CCD0

Text Example


Text Example

White with #D7CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CCD0; }

 p { color: rgb(215,204,208); }

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

background-color css

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

 a { background-color: rgb(215,204,208); }

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

border-color css

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

 span { border-color: rgb(215,204,208); }

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