Html Css Color HEX #CCD3B3 Harp

📋 copy color: '#CCD3B3'

red 204 ◦ green 211 ◦ blue 179

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

Shades of Harp #CCD3B3

Tints of Harp #CCD3B3

RGB

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

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

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

R = 34.34%
G = 35.52%
B = 30.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#CCD3B3 (or 0xCCD3B3) is known color: Harp. HEX triplet: CC, D3 and B3. RGB value is (204,211,179). Sum of RGB (Red+Green+Blue) = 204+211+179=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3B3 is #332C4C. Grayscale: #CDCDCD. Windows color (decimal): -3353677 or 11785164. OLE color: 11785164.

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

Color convert

RGB 204 211 179 -
CMYK 0.03 0 0.15 0.17
HSL 73.13º 0.27% 0.76% -
HSV(B) 73.13º 0.15% 0.83% -
XYZ 56.33 62.68 51.78 -
YUV 205.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 204 211 179 0.03 0 0.15 0.17 73.13 0.27 0.76
Hex CC D3 B3 3 0 F 11 49 1B 4C
Octal 314 323 263 3 0 17 21 111 33 114
Binary 11001100 11010011 10110011 11 0 1111 10001 1001001 11011 1001100

Color Harmonies of #CCD3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD3B3

Black with #CCD3B3

Text Example


Text Example

White with #CCD3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD3B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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