Html Css Color HEX #CCD2B6 Harp

📋 copy color: '#CCD2B6'

red 204 ◦ green 210 ◦ blue 182

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

Shades of Harp #CCD2B6

Tints of Harp #CCD2B6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.23%

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

R = 34.23%
G = 35.23%
B = 30.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#CCD2B6 (or 0xCCD2B6) is known color: Harp. HEX triplet: CC, D2 and B6. RGB value is (204,210,182). Sum of RGB (Red+Green+Blue) = 204+210+182=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2B6 is #332D49. Grayscale: #CDCDCD. Windows color (decimal): -3353930 or 11981516. OLE color: 11981516.

HSL color Cylindrical-coordinate representation of color #CCD2B6: hue angle of 72.86º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD2B6 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 182 -
CMYK 0.03 0 0.13 0.18
HSL 72.86º 0.24% 0.77% -
HSV(B) 72.86º 0.13% 0.82% -
XYZ 56.39 62.31 53.31 -
YUV 205.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 204 210 182 0.03 0 0.13 0.18 72.86 0.24 0.77
Hex CC D2 B6 3 0 D 12 49 18 4D
Octal 314 322 266 3 0 15 22 111 30 115
Binary 11001100 11010010 10110110 11 0 1101 10010 1001001 11000 1001101

Color Harmonies of #CCD2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2B6

Black with #CCD2B6

Text Example


Text Example

White with #CCD2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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