Html Css Color HEX #CCDCB3 Harp

📋 copy color: '#CCDCB3'

red 204 ◦ green 220 ◦ blue 179

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

Shades of Harp #CCDCB3

Tints of Harp #CCDCB3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.48%

 BLUE value IS 179 (70.31% from 255) = 29.68%

R = 33.83%
G = 36.48%
B = 29.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#CCDCB3 (or 0xCCDCB3) is known color: Harp. HEX triplet: CC, DC and B3. RGB value is (204,220,179). Sum of RGB (Red+Green+Blue) = 204+220+179=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCB3 is #33234C. Grayscale: #D2D2D2. Windows color (decimal): -3351373 or 11787468. OLE color: 11787468.

HSL color Cylindrical-coordinate representation of color #CCDCB3: hue angle of 83.41º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCDCB3 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 179 -
CMYK 0.07 0 0.19 0.14
HSL 83.41º 0.37% 0.78% -
HSV(B) 83.41º 0.19% 0.86% -
XYZ 58.63 67.28 52.54 -
YUV 210.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 204 220 179 0.07 0 0.19 0.14 83.41 0.37 0.78
Hex CC DC B3 7 0 13 E 53 25 4E
Octal 314 334 263 7 0 23 16 123 45 116
Binary 11001100 11011100 10110011 111 0 10011 1110 1010011 100101 1001110

Color Harmonies of #CCDCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDCB3

Black with #CCDCB3

Text Example


Text Example

White with #CCDCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDCB3; }

 p { color: rgb(204,220,179); }

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

background-color css

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

 a { background-color: rgb(204,220,179); }

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

border-color css

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

 span { border-color: rgb(204,220,179); }

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