Html Css Color HEX #CCDCB2 Harp

📋 copy color: '#CCDCB2'

red 204 ◦ green 220 ◦ blue 178

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

Shades of Harp #CCDCB2

Tints of Harp #CCDCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.57%

R = 33.89%
G = 36.54%
B = 29.57%

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

#CCDCB2 (or 0xCCDCB2) is known color: Harp. HEX triplet: CC, DC and B2. RGB value is (204,220,178). Sum of RGB (Red+Green+Blue) = 204+220+178=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDCB2 is #33234D. Grayscale: #D2D2D2. Windows color (decimal): -3351374 or 11721932. OLE color: 11721932.

HSL color Cylindrical-coordinate representation of color #CCDCB2: hue angle of 82.86º degrees, saturation: 0.38, 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 #CCDCB2 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 178 -
CMYK 0.07 0 0.19 0.14
HSL 82.86º 0.38% 0.78% -
HSV(B) 82.86º 0.19% 0.86% -
XYZ 58.53 67.24 52.01 -
YUV 210.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 204 220 178 0.07 0 0.19 0.14 82.86 0.38 0.78
Hex CC DC B2 7 0 13 E 53 26 4E
Octal 314 334 262 7 0 23 16 123 46 116
Binary 11001100 11011100 10110010 111 0 10011 1110 1010011 100110 1001110

Color Harmonies of #CCDCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDCB2

Black with #CCDCB2

Text Example


Text Example

White with #CCDCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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