Html Css Color HEX #CCD3BA Harp

📋 copy color: '#CCD3BA'

red 204 ◦ green 211 ◦ blue 186

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

Shades of Harp #CCD3BA

Tints of Harp #CCD3BA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.11%

 BLUE value IS 186 (73.05% from 255) = 30.95%

R = 33.94%
G = 35.11%
B = 30.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#CCD3BA (or 0xCCD3BA) is known color: Harp. HEX triplet: CC, D3 and BA. RGB value is (204,211,186). Sum of RGB (Red+Green+Blue) = 204+211+186=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3BA is #332C45. Grayscale: #CECECE. Windows color (decimal): -3353670 or 12243916. OLE color: 12243916.

HSL color Cylindrical-coordinate representation of color #CCD3BA: hue angle of 76.8º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCD3BA is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 186 -
CMYK 0.03 0 0.12 0.17
HSL 76.8º 0.22% 0.78% -
HSV(B) 76.8º 0.12% 0.83% -
XYZ 57.06 62.97 55.6 -
YUV 206.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 204 211 186 0.03 0 0.12 0.17 76.8 0.22 0.78
Hex CC D3 BA 3 0 C 11 4D 16 4E
Octal 314 323 272 3 0 14 21 115 26 116
Binary 11001100 11010011 10111010 11 0 1100 10001 1001101 10110 1001110

Color Harmonies of #CCD3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD3BA

Black with #CCD3BA

Text Example


Text Example

White with #CCD3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD3BA; }

 p { color: rgb(204,211,186); }

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

background-color css

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

 a { background-color: rgb(204,211,186); }

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

border-color css

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

 span { border-color: rgb(204,211,186); }

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