Html Css Color HEX #CCD9B6 Harp

📋 copy color: '#CCD9B6'

red 204 ◦ green 217 ◦ blue 182

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

Shades of Harp #CCD9B6

Tints of Harp #CCD9B6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.99%

 BLUE value IS 182 (71.48% from 255) = 30.18%

R = 33.83%
G = 35.99%
B = 30.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#CCD9B6 (or 0xCCD9B6) is known color: Harp. HEX triplet: CC, D9 and B6. RGB value is (204,217,182). Sum of RGB (Red+Green+Blue) = 204+217+182=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9B6 is #332649. Grayscale: #D1D1D1. Windows color (decimal): -3352138 or 11983308. OLE color: 11983308.

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

Color convert

RGB 204 217 182 -
CMYK 0.06 0 0.16 0.15
HSL 82.29º 0.32% 0.78% -
HSV(B) 82.29º 0.16% 0.85% -
XYZ 58.16 65.84 53.9 -
YUV 209.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 204 217 182 0.06 0 0.16 0.15 82.29 0.32 0.78
Hex CC D9 B6 6 0 10 F 52 20 4E
Octal 314 331 266 6 0 20 17 122 40 116
Binary 11001100 11011001 10110110 110 0 10000 1111 1010010 100000 1001110

Color Harmonies of #CCD9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9B6

Black with #CCD9B6

Text Example


Text Example

White with #CCD9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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