Html Css Color HEX #CCD1C2 Harp

📋 copy color: '#CCD1C2'

red 204 ◦ green 209 ◦ blue 194

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

Shades of Harp #CCD1C2

Tints of Harp #CCD1C2

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.43%

 BLUE value IS 194 (76.17% from 255) = 31.96%

R = 33.61%
G = 34.43%
B = 31.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#CCD1C2 (or 0xCCD1C2) is known color: Harp. HEX triplet: CC, D1 and C2. RGB value is (204,209,194). Sum of RGB (Red+Green+Blue) = 204+209+194=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1C2 is #332E3D. Grayscale: #CDCDCD. Windows color (decimal): -3354174 or 12767692. OLE color: 12767692.

HSL color Cylindrical-coordinate representation of color #CCD1C2: hue angle of 80º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD1C2 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 194 -
CMYK 0.02 0 0.07 0.18
HSL 80º 0.14% 0.79% -
HSV(B) 80º 0.07% 0.82% -
XYZ 57.44 62.33 60.04 -
YUV 205.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 204 209 194 0.02 0 0.07 0.18 80 0.14 0.79
Hex CC D1 C2 2 0 7 12 50 E 4F
Octal 314 321 302 2 0 7 22 120 16 117
Binary 11001100 11010001 11000010 10 0 111 10010 1010000 1110 1001111

Color Harmonies of #CCD1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1C2

Black with #CCD1C2

Text Example


Text Example

White with #CCD1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1C2; }

 p { color: rgb(204,209,194); }

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

background-color css

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

 a { background-color: rgb(204,209,194); }

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

border-color css

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

 span { border-color: rgb(204,209,194); }

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