Html Css Color HEX #D9D5CC White Pointer

📋 copy color: '#D9D5CC'

red 217 ◦ green 213 ◦ blue 204

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

Shades of White Pointer #D9D5CC

Tints of White Pointer #D9D5CC

RGB

 RED value IS 217 (85.16% from 255) = 34.23%

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

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

R = 34.23%
G = 33.6%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9D5CC (or 0xD9D5CC) is known color: White Pointer. HEX triplet: D9, D5 and CC. RGB value is (217,213,204). Sum of RGB (Red+Green+Blue) = 217+213+204=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D5CC is #262A33. Grayscale: #D5D5D5. Windows color (decimal): -2501172 or 13424089. OLE color: 13424089.

HSL color Cylindrical-coordinate representation of color #D9D5CC: hue angle of 41.54º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9D5CC is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 213 204 -
CMYK 0 0.02 0.06 0.15
HSL 41.54º 0.15% 0.83% -
HSV(B) 41.54º 0.06% 0.85% -
XYZ 63.31 66.7 66.66 -
YUV 213.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 217 213 204 0 0.02 0.06 0.15 41.54 0.15 0.83
Hex D9 D5 CC 0 2 6 F 2A F 53
Octal 331 325 314 0 2 6 17 52 17 123
Binary 11011001 11010101 11001100 0 10 110 1111 101010 1111 1010011

Color Harmonies of #D9D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D5CC

Black with #D9D5CC

Text Example


Text Example

White with #D9D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D5CC; }

 p { color: rgb(217,213,204); }

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

background-color css

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

 a { background-color: rgb(217,213,204); }

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

border-color css

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

 span { border-color: rgb(217,213,204); }

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