Html Css Color HEX #CCD3B9 Harp

📋 copy color: '#CCD3B9'

red 204 ◦ green 211 ◦ blue 185

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

Shades of Harp #CCD3B9

Tints of Harp #CCD3B9

RGB

 RED value IS 204 (80.08% from 255) = 34%

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

 BLUE value IS 185 (72.66% from 255) = 30.83%

R = 34%
G = 35.17%
B = 30.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#CCD3B9 (or 0xCCD3B9) is known color: Harp. HEX triplet: CC, D3 and B9. RGB value is (204,211,185). Sum of RGB (Red+Green+Blue) = 204+211+185=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3B9 is #332C46. Grayscale: #CECECE. Windows color (decimal): -3353671 or 12178380. OLE color: 12178380.

HSL color Cylindrical-coordinate representation of color #CCD3B9: hue angle of 76.15º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCD3B9 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 185 -
CMYK 0.03 0 0.12 0.17
HSL 76.15º 0.23% 0.78% -
HSV(B) 76.15º 0.12% 0.83% -
XYZ 56.95 62.93 55.04 -
YUV 205.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 204 211 185 0.03 0 0.12 0.17 76.15 0.23 0.78
Hex CC D3 B9 3 0 C 11 4C 17 4E
Octal 314 323 271 3 0 14 21 114 27 116
Binary 11001100 11010011 10111001 11 0 1100 10001 1001100 10111 1001110

Color Harmonies of #CCD3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD3B9

Black with #CCD3B9

Text Example


Text Example

White with #CCD3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD3B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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